mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
border radius 4px on tabs. fix /routing/ almost fix /routing/bgp/
git-svn-id: http://www.observium.org/svn/observer/trunk@2577 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
+3
-3
@@ -1305,9 +1305,9 @@ a.interface-upup:hover, a.interface-updown:hover, a.interface-admindown:hover {
|
||||
height: 1.7em;
|
||||
line-height: 1.7em;
|
||||
font-weight: bold;
|
||||
-webkit-border-radius: 8px 8px 0 0;
|
||||
-moz-border-radius: 8px 8px 0 0;
|
||||
border-radius: 8px 8px 0 0;
|
||||
-webkit-border-radius: 4px 4px 0 0;
|
||||
-moz-border-radius: 4px 4px 0 0;
|
||||
border-radius: 4px 4px 0 0;
|
||||
background: #EEE;
|
||||
border: 1px solid #CCC;
|
||||
border-bottom: 0;
|
||||
|
||||
Reference in New Issue
Block a user