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 *
|
||||
***************/
|
||||
* {
|
||||
color: white
|
||||
}
|
||||
|
||||
.background {
|
||||
color: white;
|
||||
background-color: #292f34; }
|
||||
|
@ -1533,6 +1537,7 @@ check {
|
|||
min-width: 18px;
|
||||
animation: none;
|
||||
background-color: transparent;
|
||||
color: #292f34
|
||||
}
|
||||
|
||||
radio {
|
||||
|
|
Loading…
Add table
Reference in a new issue