Skip to content

Commit c3c41da

Browse files
Get rid of dashboard white tint (librenms#18507)
* Get rid of annoying dashboard white tint Everything on the dashboard looks whiter than it should. This is especially noticeable when using a map with satellite view. Based on the spacing above/below the opacity line, this seems to be a debugging thing from 10 years ago when the dashboard was initially created. * Clean up CSS transitions in .gridster class Removed vendor prefixes for CSS transitions in .gridster class. --------- Co-authored-by: Tony Murray <[email protected]>
1 parent aaa54eb commit c3c41da

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

html/css/styles.css

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1430,14 +1430,6 @@ nav.navbar-sticky-top {
14301430

14311431
.gridster {
14321432
margin: 0 auto;
1433-
1434-
opacity: .8;
1435-
1436-
-webkit-transition: opacity .6s;
1437-
-moz-transition: opacity .6s;
1438-
-o-transition: opacity .6s;
1439-
-ms-transition: opacity .6s;
1440-
transition: opacity .6s;
14411433
}
14421434

14431435
.gridster .gs-w {

0 commit comments

Comments
 (0)