diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-09-03 18:32:44 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-09-03 18:32:44 +0200 |
commit | 92a440a0b5f77756d72e94418c5d7417863753b0 (patch) | |
tree | 5c1b260540a514e81ad47de92523a3675d84d376 /core | |
parent | 99404fe5cd673ee30b18c93ed030d401faf58962 (diff) | |
download | nextcloud-server-92a440a0b5f77756d72e94418c5d7417863753b0.tar.gz nextcloud-server-92a440a0b5f77756d72e94418c5d7417863753b0.zip |
Fix font color
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'core')
-rw-r--r-- | core/css/jquery-ui-fixes.scss | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/core/css/jquery-ui-fixes.scss b/core/css/jquery-ui-fixes.scss index 78b093adee1..cf27c1561f0 100644 --- a/core/css/jquery-ui-fixes.scss +++ b/core/css/jquery-ui-fixes.scss @@ -10,11 +10,10 @@ } .ui-widget-header { border: none; - background: $color-primary none; - color: $color-primary-text; + color: $color-main-text; } .ui-widget-header a { - color: $color-primary-text; + color: $color-main-text; } /* Interaction states @@ -55,12 +54,12 @@ border: 1px solid $color-primary; background: $color-main-background none; font-weight: bold; - color: $color-primary; + color: $color-main-text; } .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { - color: $color-primary; + color: $color-main-text; } /* Interaction Cues @@ -155,9 +154,9 @@ .ui-state-active { border: none; border-bottom: 1px solid $color-main-text; - color: $color-primary-text; + color: $color-main-text; a, a:link, a:hover, a:visited { - color: $color-primary-text; + color: $color-main-text; } } .ui-state-active { |