mirror of
https://github.com/pi-hole/web.git
synced 2026-05-01 22:24:08 +01:00
Add new CSS custom property to define the overlay background color
Also, move the :root definition to the top. Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
@@ -5,6 +5,14 @@
|
||||
* This file is copyright under the latest version of the EUPL.
|
||||
* Please see LICENSE file for your rights under this license. */
|
||||
|
||||
:root {
|
||||
/* Datatables Select - bgcolor */
|
||||
--datatable-bgcolor: #e0e8ee;
|
||||
|
||||
/* Used in settings save button */
|
||||
--overlay-bgcolor: rgba(212, 220, 232, 0.55);
|
||||
}
|
||||
|
||||
.layout-boxed {
|
||||
background: url("../img/boxed-bg.png") repeat fixed;
|
||||
}
|
||||
@@ -1012,11 +1020,6 @@ body:not(.lcars) .filter_types [class*="icheck-"] > input:first-child:checked +
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
|
||||
/* Datatables Select - bgcolor */
|
||||
:root {
|
||||
--datatable-bgcolor: #e0e8ee;
|
||||
}
|
||||
|
||||
div.dt-buttons {
|
||||
margin: 2px 0 5px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user