Add few CSS teaks
This commit is contained in:
parent
ca9cc692e4
commit
bdca3372f9
4 changed files with 15 additions and 14 deletions
File diff suppressed because one or more lines are too long
|
@ -425,6 +425,7 @@ a.button {
|
|||
border-color: var(--alert-error-border-color);
|
||||
}
|
||||
|
||||
.alert-error h3,
|
||||
.alert-error a {
|
||||
color: var(--alert-error-color);
|
||||
}
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
--table-border-color: #ddd;
|
||||
--table-th-background: #fcfcfc;
|
||||
--table-th-color: #333;
|
||||
--table-tr-hover-background-color: #a3a3a3;
|
||||
--table-tr-hover-background-color: #f9f9f9;
|
||||
--table-tr-hover-color: #333;
|
||||
|
||||
--button-primary-border-color: #3079ed;
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
--table-border-color: #ddd;
|
||||
--table-th-background: #fcfcfc;
|
||||
--table-th-color: #333;
|
||||
--table-tr-hover-background-color: #a3a3a3;
|
||||
--table-tr-hover-background-color: #f9f9f9;
|
||||
--table-tr-hover-color: #333;
|
||||
|
||||
--button-primary-border-color: #3079ed;
|
||||
|
|
Loading…
Reference in a new issue