diff options
author | Horst3180 | 2015-12-28 20:24:17 +0100 |
---|---|---|
committer | Horst3180 | 2015-12-28 20:24:17 +0100 |
commit | 7823d5a445c128d141aeb6055287059e16038d97 (patch) | |
tree | 8b453f4af963a63f8ed5c8f3e9a230ad16642d02 /common/gtk-3.0/3.18/sass | |
parent | 3753dd9270230dd2acd1eea687bf315528282bb0 (diff) | |
download | solarc-theme-7823d5a445c128d141aeb6055287059e16038d97.tar.gz solarc-theme-7823d5a445c128d141aeb6055287059e16038d97.tar.xz solarc-theme-7823d5a445c128d141aeb6055287059e16038d97.zip |
some refactoring
Diffstat (limited to 'common/gtk-3.0/3.18/sass')
-rw-r--r-- | common/gtk-3.0/3.18/sass/_applications.scss | 104 |
1 files changed, 45 insertions, 59 deletions
diff --git a/common/gtk-3.0/3.18/sass/_applications.scss b/common/gtk-3.0/3.18/sass/_applications.scss index 5c7f645..e241b5a 100644 --- a/common/gtk-3.0/3.18/sass/_applications.scss +++ b/common/gtk-3.0/3.18/sass/_applications.scss @@ -642,23 +642,17 @@ BirdieWidgetsTweetList * { // // Marlin / Pantheon Files // -MarlinViewWindow GtkIconView.view:selected, -MarlinViewWindow GtkIconView.view:selected:focus, -MarlinViewWindow GtkIconView.view:selected:hover, -MarlinViewWindow GtkIconView.view:selected:focus:hover { - background-color: transparent; -} - -MarlinViewWindow FMListView, -MarlinViewWindow FMColumnView { - outline-color: transparent; -} +MarlinViewWindow { -MarlinViewWindow *:selected, -MarlinViewWindow *:selected:focus { - color: $selected_fg_color; - background-color: $selected_bg_color; - outline-color: transparent; + *:selected, *:selected:focus { + color: $selected_fg_color; + background-color: $selected_bg_color; + outline-color: transparent; + } + GtkIconView.view:selected { + &, &:focus, &:hover, &:focus:hover { background-color: transparent; } + } + FMListView, FMColumnView { outline-color: transparent; } } .marlin-pathbar.pathbar { @@ -701,37 +695,33 @@ MarlinViewWindow *:selected:focus { font-weight: bold; text-shadow: 0 1px 2px transparentize(black, 0.4); icon-shadow: 0 1px 2px transparentize(black, 0.4); -} - -.panel-shadow { - background-image: none; - background-color: transparent; -} - -.panel .menu { - box-shadow: none; -} - -.panel .menu .menuitem { - font-weight: normal; - text-shadow: none; - icon-shadow: none; -} - -.panel .menubar > .menuitem { padding: 3px 6px; } -.panel .menubar > .menuitem:hover { background-color: transparent; } + &-shadow { + background-image: none; + background-color: transparent; + } + .menu { + box-shadow: none; -.panel .window-frame.menu.csd, -.panel .window-frame.popup.csd { - box-shadow: none; -} + .menuitem { + font-weight: normal; + text-shadow: none; + icon-shadow: none; + } -.panel .menu .window-frame.menu.csd, -.panel .menu .window-frame.popup.csd { - box-shadow: 0 0 0 1px transparentize(black, 0.8), - 0 10px 20px transparentize(black, 0.81), - 0 6px 6px transparentize(black, 0.77); + .window-frame.menu.csd, + .window-frame.popup.csd { + box-shadow: 0 0 0 1px transparentize(black, 0.8), + 0 10px 20px transparentize(black, 0.81), + 0 6px 6px transparentize(black, 0.77); + } + } + .menubar > .menuitem { + padding: 3px 6px; + &:hover { background-color: transparent; } + } + .window-frame.menu.csd, + .window-frame.popup.csd { box-shadow: none; } } .composited-indicator { @@ -739,28 +729,24 @@ MarlinViewWindow *:selected:focus { color: white; text-shadow: 0 1px 2px transparentize(black, 0.4); icon-shadow: 0 1px 2px transparentize(black, 0.4); -} -.composited-indicator > GtkWidget > GtkWidget:first-child { - padding: 0 2px; + > GtkWidget > GtkWidget:first-child { padding: 0 2px; } + + .menuitem:active, .menuitem:prelight { + border-style: none; + background-image: none; + box-shadow: none; + } + > .popup > .menu { + padding-top: 8px; + padding-bottom: 8px; + } } .panel-app-button > GtkWidget > GtkWidget:first-child { padding: 0 2px 0 4px; } -.composited-indicator.menuitem:active, -.composited-indicator.menuitem:prelight { - border-style: none; - background-image: none; - box-shadow: none; -} - -.composited-indicator > .popup > .menu { - padding-top: 8px; - padding-bottom: 8px; -} - .panel .menu .spinner, .menu .spinner { opacity: 1 } // Fixes sound indicator buttons |