Colour Change to table warning (#1666)

Hard to read tables when using a warning colour.
This commit is contained in:
Martin Wasley 2020-01-20 08:29:53 +00:00 committed by Franco Fichtner
parent 705c7a4be1
commit 3f0b4e4dfa
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
PLUGIN_NAME= theme-rebellion
PLUGIN_VERSION= 1.8.2
PLUGIN_VERSION= 1.8.3
PLUGIN_COMMENT= A suitably dark theme
PLUGIN_MAINTAINER= team-rebellion@queens-park.com

View File

@ -2763,12 +2763,12 @@ table th[class*=col-] {
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
background-color: #fcf8e3;
background-color: #B93F25;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
background-color: #faf2cc;
background-color: #C94F35;
}
.table > thead > tr > td.danger,