fixed issue with default theme
This commit is contained in:
parent
240da0a9ac
commit
4b398f04d3
1 changed files with 5 additions and 0 deletions
|
@ -80,6 +80,10 @@ these are pretty self explicative */
|
||||||
/***************
|
/***************
|
||||||
* Base States *
|
* Base States *
|
||||||
***************/
|
***************/
|
||||||
|
* {
|
||||||
|
color: white
|
||||||
|
}
|
||||||
|
|
||||||
.background {
|
.background {
|
||||||
color: white;
|
color: white;
|
||||||
background-color: #292f34; }
|
background-color: #292f34; }
|
||||||
|
@ -1533,6 +1537,7 @@ check {
|
||||||
min-width: 18px;
|
min-width: 18px;
|
||||||
animation: none;
|
animation: none;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
color: #292f34
|
||||||
}
|
}
|
||||||
|
|
||||||
radio {
|
radio {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue