Fix for issue #15841 && #15495 (#16083)

* 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:
Gonza
2024-06-02 13:18:52 -03:00
committed by GitHub
parent cf422b834c
commit b8e20bf615
2 changed files with 2 additions and 1 deletions

View File

@@ -1726,6 +1726,7 @@ tr.search:nth-child(odd) {
.gridster * {
margin:0;
text-align: center;
}
.grid ul {