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, 0 insertions, 30 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
deleted file mode 100644
index 8236a856f..000000000
--- a/sdnr/wt/devicemanager/provider/src/test/resources/elasticsearch/plugins/head/src/app/ui/menuPanel/menuPanel.css
+++ /dev/null
@@ -1,30 +0,0 @@
-.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;
-}