summaryrefslogtreecommitdiffstats
path: root/sdnr/wt/devicemanager/provider/src/test/resources/elasticsearch/plugins/head/src/app/ui/menuPanel/menuPanel.css
diff options
context:
space:
mode:
Diffstat (limited to 'sdnr/wt/devicemanager/provider/src/test/resources/elasticsearch/plugins/head/src/app/ui/menuPanel/menuPanel.css')
-rw-r--r--sdnr/wt/devicemanager/provider/src/test/resources/elasticsearch/plugins/head/src/app/ui/menuPanel/menuPanel.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/sdnr/wt/devicemanager/provider/src/test/resources/elasticsearch/plugins/head/src/app/ui/menuPanel/menuPanel.css b/sdnr/wt/devicemanager/provider/src/test/resources/elasticsearch/plugins/head/src/app/ui/menuPanel/menuPanel.css
new file mode 100644
index 000000000..8236a856f
--- /dev/null
+++ b/sdnr/wt/devicemanager/provider/src/test/resources/elasticsearch/plugins/head/src/app/ui/menuPanel/menuPanel.css
@@ -0,0 +1,30 @@
+.uiMenuPanel {
+ border: 1px solid #668dc6;
+ position: absolute;
+ background: #96c6eb;
+ color: white;
+}
+
+.uiMenuPanel LI {
+ list-style: none;
+ border-bottom: 1px solid #668dc6;
+}
+
+.uiMenuPanel LI:hover {
+ background: #2575b7;
+}
+
+.uiMenuPanel LI:last-child {
+ border-bottom: 0;
+}
+
+.uiMenuPanel-label {
+ white-space: nowrap;
+ padding: 2px 10px 2px 10px;
+ cursor: pointer;
+}
+
+.disabled .uiMenuPanel-label {
+ cursor: auto;
+ color: #888;
+}