mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-06-06 16:21:37 +00:00
FIX unreadable buttons in modals
This commit is contained in:
parent
c48984b9ec
commit
3e41a07907
1 changed files with 11 additions and 0 deletions
|
|
@ -11,6 +11,17 @@ button.main-button-primary {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Modals
|
||||||
|
.GenericModal button.main-button-primary {
|
||||||
|
background-color: spiceColor("subtext", 0.6) !important;
|
||||||
|
color: spiceColor("main") !important;
|
||||||
|
|
||||||
|
&:hover,
|
||||||
|
&:active {
|
||||||
|
background-color: spiceColor("subtext") !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Checkbox
|
// Checkbox
|
||||||
.x-toggle-indicatorWrapper {
|
.x-toggle-indicatorWrapper {
|
||||||
background-color: spiceColor("subtext", 0.1);
|
background-color: spiceColor("subtext", 0.1);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue