summaryrefslogtreecommitdiffstats
path: root/frontends/php/styles/popupmenu.css
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-02-25 15:20:55 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-02-25 15:20:55 +0000
commit8b818f2fa041df344af3cfde1fec132bf3ae2927 (patch)
tree43c86a894fe6ceb8225adc933cc486de05ebdf6d /frontends/php/styles/popupmenu.css
parentd215a0cc8d018303992833528c36455480cfb10b (diff)
downloadzabbix-8b818f2fa041df344af3cfde1fec132bf3ae2927.tar.gz
zabbix-8b818f2fa041df344af3cfde1fec132bf3ae2927.tar.xz
zabbix-8b818f2fa041df344af3cfde1fec132bf3ae2927.zip
- [DEV-118] added refresh options to dashboard screen {still beta} (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5394 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/styles/popupmenu.css')
-rw-r--r--frontends/php/styles/popupmenu.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/frontends/php/styles/popupmenu.css b/frontends/php/styles/popupmenu.css
index 7e8e2dde..34b46ad6 100644
--- a/frontends/php/styles/popupmenu.css
+++ b/frontends/php/styles/popupmenu.css
@@ -21,6 +21,20 @@
}
/* menu menu item with submenu */
+.pum_b_submenu{
+ font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
+ font-size: 12px;
+ text-decoration: none;
+ font-weight: bold;
+ background: #ECECFF;
+ border: black 1px solid;
+ margin: 0px;
+}
+.pum_b_submenu:hover {
+ text-decoration: none;
+ background-color: #FDFDFF;
+}
+
.pum_o_submenu{
font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
font-size: 12px;