1
0
Fork 0

Add few CSS teaks

This commit is contained in:
Frédéric Guillot 2019-09-22 10:20:55 -07:00 committed by Frédéric Guillot
parent ca9cc692e4
commit bdca3372f9
4 changed files with 15 additions and 14 deletions

File diff suppressed because one or more lines are too long

View file

@ -425,6 +425,7 @@ a.button {
border-color: var(--alert-error-border-color);
}
.alert-error h3,
.alert-error a {
color: var(--alert-error-color);
}

View file

@ -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;

View file

@ -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;