summaryrefslogtreecommitdiffstats
path: root/loleaflet/css/btns.css
diff options
context:
space:
mode:
Diffstat (limited to 'loleaflet/css/btns.css')
-rw-r--r--loleaflet/css/btns.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/loleaflet/css/btns.css b/loleaflet/css/btns.css
new file mode 100644
index 0000000000..ae45be1d7a
--- /dev/null
+++ b/loleaflet/css/btns.css
@@ -0,0 +1,24 @@
+.loleaflet-annotation-edit #annotation-cancel,
+#table-buttonbox #cancel,
+.cell.jsdialog > button:not(#ok) {
+ height: 32px;
+ line-height: 0em;
+ color: #222;
+ min-width: 62px;
+ background-color: #f1f1f1;
+ border: 1px solid #ccc;
+ border-radius: 3px;
+}
+
+.loleaflet-annotation-edit #annotation-save,
+#annotation-reply,
+#table-buttonbox #ok,
+.cell.jsdialog > button {
+ height: 32px;
+ line-height: 0em;
+ color: #111;
+ min-width: 62px;
+ background-color: #f4f4f4;
+ border: 1px solid #777;
+ border-radius: 3px;
+} \ No newline at end of file