Change dark theme buttons to match original colors
This commit is contained in:
parent
3cdb965c4a
commit
f8c3e5573e
|
@ -460,9 +460,9 @@ th.table-th-sort-rev span.table-th-sort-span {
|
||||||
button,
|
button,
|
||||||
input[type=button],
|
input[type=button],
|
||||||
input[type=submit] {
|
input[type=submit] {
|
||||||
background-color: #3498db;
|
background-color: #444444;
|
||||||
color: #fff;
|
color: #eeeeee;
|
||||||
border-color: #3498db;
|
border-color: #444444;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-weight: 200;
|
font-weight: 200;
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
|
@ -472,7 +472,7 @@ input[type=submit] {
|
||||||
button:hover,
|
button:hover,
|
||||||
input[type=button]:hover,
|
input[type=button]:hover,
|
||||||
input[type=submit]:hover {
|
input[type=submit]:hover {
|
||||||
background-color: #34a2ee;
|
background-color: #555555;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -482,9 +482,9 @@ button:disabled,
|
||||||
input[disabled],
|
input[disabled],
|
||||||
input[type=button]:disabled,
|
input[type=button]:disabled,
|
||||||
input[type=submit]:disabled {
|
input[type=submit]:disabled {
|
||||||
color: #ffffff;
|
color: #888888;
|
||||||
background-color: #aaaaaa;
|
background-color: #666666;
|
||||||
border-color: #bbbbbb;
|
border-color: #666666;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue