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:
+3
-5
@@ -357,7 +357,6 @@ A.purple:visited, a.purple, .purple { color: #740074; }
|
|||||||
max-height:180px;
|
max-height:180px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
float: left;
|
float: left;
|
||||||
background-color: #f5f5f5;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tablehead {
|
.tablehead {
|
||||||
@@ -1572,7 +1571,8 @@ tr.search:nth-child(odd) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.minigraph-div {
|
.minigraph-div {
|
||||||
display: block;
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
margin: 3px;
|
margin: 3px;
|
||||||
min-width: 183px;
|
min-width: 183px;
|
||||||
@@ -1581,9 +1581,8 @@ tr.search:nth-child(odd) {
|
|||||||
max-height: 90px;
|
max-height: 90px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
float: left;
|
float: left;
|
||||||
background-color: #e9e9e9;
|
|
||||||
border: solid 1px;
|
border: solid 1px;
|
||||||
border-color: #e9e9e9;
|
border-color: #b2b6af;
|
||||||
}
|
}
|
||||||
|
|
||||||
.example-sports .league-name {
|
.example-sports .league-name {
|
||||||
@@ -2206,7 +2205,6 @@ label {
|
|||||||
max-height: 170px;
|
max-height: 170px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
float: left;
|
float: left;
|
||||||
background-color: #f5f5f5;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.device-table-metrics span {
|
.device-table-metrics span {
|
||||||
|
|||||||
Reference in New Issue
Block a user