mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Centering of <thead> in device summary table I add the property "text-align: center;" to class ".gridster *" * Adding lines in app.css I add these two lines to the style sheet: .select2-dropdown:is(.tw-dark *) {background-color: #2E3338;} .select2-results__group:is(.tw-dark *) {border: 1px solid #1f2225;}
This commit is contained in:
@@ -1726,6 +1726,7 @@ tr.search:nth-child(odd) {
|
||||
|
||||
.gridster * {
|
||||
margin:0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.grid ul {
|
||||
|
Reference in New Issue
Block a user