diff options
Diffstat (limited to 'gtk/theme/HighContrast/_common.scss')
-rw-r--r-- | gtk/theme/HighContrast/_common.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/theme/HighContrast/_common.scss b/gtk/theme/HighContrast/_common.scss index ac993545f1..00d79771fe 100644 --- a/gtk/theme/HighContrast/_common.scss +++ b/gtk/theme/HighContrast/_common.scss @@ -3286,8 +3286,8 @@ decoration { // this needs to be transparent // see bug #722563 - $_wm_border: transparentize(black, 0.77); - $_wm_border_backdrop: transparentize(black, 0.82); + $_wm_border: transparentize($fg_color, 0.77); + $_wm_border_backdrop: transparentize($fg_color, 0.82); box-shadow: 0 3px 9px 1px transparentize(black, 0.5), 0 0 0 1px $_wm_border; //doing borders with box-shadow |