summaryrefslogtreecommitdiffstats
path: root/frontends/php/styles/div.css
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/styles/div.css')
-rw-r--r--frontends/php/styles/div.css28
1 files changed, 25 insertions, 3 deletions
diff --git a/frontends/php/styles/div.css b/frontends/php/styles/div.css
index a645b163..d2d23173 100644
--- a/frontends/php/styles/div.css
+++ b/frontends/php/styles/div.css
@@ -39,7 +39,7 @@ div.zabbix_logo{
div.iconminus{
height: 18px;
width: 18px;
- background-image: url('../images/general/bttn/minus_bb.png');
+ background-image: url('../images/general/bttn/minus.png');
background-repeat:no-repeat;
}
div.iconminus:hover{
@@ -49,7 +49,7 @@ div.iconminus:hover{
div.iconplus{
height: 18px;
width: 18px;
- background-image: url('../images/general/bttn/plus_bb.png');
+ background-image: url('../images/general/bttn/plus.png');
background-repeat:no-repeat;
}
div.iconplus:hover{
@@ -59,7 +59,7 @@ div.iconplus:hover{
div.iconmenu{
height: 18px;
width: 18px;
- background-image: url('../images/general/bttn/menu_bb.png');
+ background-image: url('../images/general/bttn/menu.png');
background-repeat:no-repeat;
}
@@ -89,6 +89,28 @@ div.arrowdown:hover{
cursor:pointer;
}
+div.filterclosed{
+ height: 9px;
+ width: 9px;
+ background-image: url('../images/general/closed.gif');
+ background-repeat:no-repeat;
+}
+
+div.filterclosed:hover{
+ cursor:pointer;
+}
+
+div.filteropened{
+ height: 9px;
+ width: 9px;
+ background-image: url('../images/general/opened.gif');
+ background-repeat:no-repeat;
+}
+
+div.filteropened:hover{
+ cursor:pointer;
+}
+
span.footer_sign{
padding-right: 5px;
padding-left: 5px;