admin: errors table colors upd
This commit is contained in:
parent
f0a0af8fcf
commit
c6d2d2198c
@ -6,7 +6,7 @@ table.admin-error-log {
|
|||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
border: 1px $grey solid;
|
border: 1px $border-color solid;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
}
|
}
|
||||||
@ -16,7 +16,7 @@ table.admin-error-log button {
|
|||||||
table.admin-error-log td,
|
table.admin-error-log td,
|
||||||
table.admin-error-log th {
|
table.admin-error-log th {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
border: 1px $grey solid;
|
border: 1px $border-color solid;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
@ -42,14 +42,15 @@ table.admin-error-log .admin-error-log-scrollable-wrap {
|
|||||||
}
|
}
|
||||||
.admin-error-log-num {
|
.admin-error-log-num {
|
||||||
padding: 1px 2px;
|
padding: 1px 2px;
|
||||||
background: $light-grey;
|
background: $hover-hl;
|
||||||
color: $bg;
|
color: $darker-grey;
|
||||||
}
|
> a {
|
||||||
.admin-error-log-num > a {
|
color: $darker-grey;
|
||||||
color: $bg;
|
&:hover {
|
||||||
}
|
color: $fg;
|
||||||
.admin-error-log-num > a:hover {
|
text-decoration: none;
|
||||||
color: $link-color;
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.admin-error-log-stacktrace-wrap {
|
.admin-error-log-stacktrace-wrap {
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
|
@ -5,10 +5,11 @@ $link-color-underline: #69849d;
|
|||||||
|
|
||||||
$hover-hl: rgba(255, 255, 255, 0.09);
|
$hover-hl: rgba(255, 255, 255, 0.09);
|
||||||
$hover-hl-darker: rgba(255, 255, 255, 0.12);
|
$hover-hl-darker: rgba(255, 255, 255, 0.12);
|
||||||
$grey: #798086;
|
$grey: #878e91;
|
||||||
$quote_color: #3c9577;
|
$quote_color: #3c9577;
|
||||||
$quote_line: #45544d;
|
$quote_line: #45544d;
|
||||||
$dark-grey: $grey;
|
$dark-grey: $grey;
|
||||||
|
$darker-grey: lighten($grey, 6%);
|
||||||
$light-grey: $grey;
|
$light-grey: $grey;
|
||||||
$fg: #eee;
|
$fg: #eee;
|
||||||
$bg: #333;
|
$bg: #333;
|
||||||
|
@ -9,6 +9,7 @@ $grey: #888;
|
|||||||
$quote_color: #1f9329;
|
$quote_color: #1f9329;
|
||||||
$quote_line: #d1e0d2;
|
$quote_line: #d1e0d2;
|
||||||
$dark-grey: #777;
|
$dark-grey: #777;
|
||||||
|
$darker-grey: #555;
|
||||||
$light-grey: #999;
|
$light-grey: #999;
|
||||||
$fg: #222;
|
$fg: #222;
|
||||||
$bg: #fff;
|
$bg: #fff;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user