Module: check_mk
Branch: master
Commit: ee0f5b5d61c8795dda80ae41025ed0b331cdfeeb
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=ee0f5b5d61c879…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Thu Jan 28 14:43:03 2016 +0100
Better styling of color selection
---
web/htdocs/check_mk.css | 3 +++
1 file changed, 3 insertions(+)
diff --git a/web/htdocs/check_mk.css b/web/htdocs/check_mk.css
index 817ee21..6bbb1b9 100644
--- a/web/htdocs/check_mk.css
+++ b/web/htdocs/check_mk.css
@@ -590,6 +590,9 @@ div.popup_trigger.colorpicker div.popup_menu {
height: 18px;
border: 1px solid #000;
box-shadow: 1px 1px 2px inset;
+}
+
+table.data td .cp-preview {
position: relative;
top: 2px;
}