mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
UI: Dark theme improvements (aesthetics and readability) (#16486)
* content centered in minigraph-div. Removed white background to improve readability. * comment removed * Improved visibility of all ports in dark mode by removing bright grey background. * Improved border color for dark and light theme.
This commit is contained in:
@ -357,7 +357,6 @@ A.purple:visited, a.purple, .purple { color: #740074; }
|
||||
max-height:180px;
|
||||
text-align: center;
|
||||
float: left;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
.tablehead {
|
||||
@ -1572,7 +1571,8 @@ tr.search:nth-child(odd) {
|
||||
}
|
||||
|
||||
.minigraph-div {
|
||||
display: block;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
padding: 3px;
|
||||
margin: 3px;
|
||||
min-width: 183px;
|
||||
@ -1581,9 +1581,8 @@ tr.search:nth-child(odd) {
|
||||
max-height: 90px;
|
||||
text-align: center;
|
||||
float: left;
|
||||
background-color: #e9e9e9;
|
||||
border: solid 1px;
|
||||
border-color: #e9e9e9;
|
||||
border-color: #b2b6af;
|
||||
}
|
||||
|
||||
.example-sports .league-name {
|
||||
@ -2206,7 +2205,6 @@ label {
|
||||
max-height: 170px;
|
||||
text-align: center;
|
||||
float: left;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
.device-table-metrics span {
|
||||
|
Reference in New Issue
Block a user