mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-24 20:41:57 +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
|
||||
.x-toggle-indicatorWrapper {
|
||||
background-color: spiceColor("subtext", 0.1);
|
||||
|
|
|
|||
Loading…
Reference in a new issue