summaryrefslogtreecommitdiffstats
path: root/apps/theming/css/theming.scss
diff options
context:
space:
mode:
Diffstat (limited to 'apps/theming/css/theming.scss')
-rw-r--r--apps/theming/css/theming.scss22
1 files changed, 22 insertions, 0 deletions
diff --git a/apps/theming/css/theming.scss b/apps/theming/css/theming.scss
index 7db64924f34..ae0e7ad2f8b 100644
--- a/apps/theming/css/theming.scss
+++ b/apps/theming/css/theming.scss
@@ -203,6 +203,28 @@ input.primary,
}
}
+/** Handle primary buttons for bright colors */
+@if (luma($color-primary) > 0.8) {
+ select,
+ button, .button,
+ input:not([type='range']),
+ textarea,
+ div[contenteditable=true],
+ .pager li a {
+ &.primary:not(:disabled) {
+ background-color: var(--color-background-dark);
+ color: var(--color-main-text);
+ border: 1px solid var(--color-background-darker);
+
+ &:hover, &:focus, &:active {
+ background-color: var(--color-background-darker);
+ color: var(--color-main-text);
+ }
+ }
+ }
+
+}
+
@if ($color-primary == #ffffff) {
/* show grey border below header */
#body-user #header,