mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-30 16:14:21 +02:00
make the bar a little prettier on shitty old browsers (upgrade, douchebags)
git-svn-id: http://www.observium.org/svn/observer/trunk@2477 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
+9
-7
@@ -885,7 +885,7 @@ a.interface-upup:hover, a.interface-updown:hover, a.interface-admindown:hover {
|
|||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
|
||||||
/* Gradient background */
|
/* Gradient background */
|
||||||
background:#FBFBFB;
|
background:#DDD;
|
||||||
background: -moz-linear-gradient(top, #FBFBFB, #DDD);
|
background: -moz-linear-gradient(top, #FBFBFB, #DDD);
|
||||||
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FBFBFB), to(#DDD));
|
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FBFBFB), to(#DDD));
|
||||||
background: -ms-linear-gradient(top, #FBFBFB, #DDD);
|
background: -ms-linear-gradient(top, #FBFBFB, #DDD);
|
||||||
@@ -913,18 +913,20 @@ a.interface-upup:hover, a.interface-updown:hover, a.interface-admindown:hover {
|
|||||||
|
|
||||||
#menium li:hover {
|
#menium li:hover {
|
||||||
|
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
border: 1px solid #aaa;
|
border: 1px solid #aaa;
|
||||||
border-bottom: 1px solid #FBFBFB;
|
border-bottom: 1px solid #FBFBFB;
|
||||||
padding: 0px 0px 4px 0px;
|
padding: 0px 0px 4px 0px;
|
||||||
|
|
||||||
/* Gradient background */
|
/* Gradient background */
|
||||||
background:#F4F4F4;
|
background:#EEEEEE;
|
||||||
background: -moz-linear-gradient(top, #DDD, #EEEEEE);
|
background: -moz-linear-gradient(top, #DDDDDD, #EEEEEE);
|
||||||
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DDD), to(#EEEEEE));
|
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DDDDDD), to(#EEEEEE));
|
||||||
background: -ms-linear-gradient(top, #DDD, #EEEEEE);
|
background: -ms-linear-gradient(top, #DDDDDD, #EEEEEE);
|
||||||
background: -webkit-linear-gradient(top, #DDD, #EEEEEE);
|
background: -webkit-linear-gradient(top, #DDDDDD, #EEEEEE);
|
||||||
|
|
||||||
/* Rounded corners */
|
/* Rounded corners */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user