aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.20/sass/_unity.scss
diff options
context:
space:
mode:
authorMartin Schenck2016-10-07 11:42:04 +0200
committerMartin Schenck2016-10-07 11:42:04 +0200
commitc1d604affb2909b114ab7d5f5f5f8130e3286356 (patch)
treea72f9d05f9b41552e9d0e9ec19d845291183ce4c /common/gtk-3.0/3.20/sass/_unity.scss
parent672c95170b6b1d79e7c69ef5202638abecedea97 (diff)
parent5acba9421b028a6bcf94f2b52a035f51f854d269 (diff)
downloadsolarc-theme-c1d604affb2909b114ab7d5f5f5f8130e3286356.tar.gz
solarc-theme-c1d604affb2909b114ab7d5f5f5f8130e3286356.tar.xz
solarc-theme-c1d604affb2909b114ab7d5f5f5f8130e3286356.zip
Merge branch 'master' of github.com:horst3180/arc-theme
Diffstat (limited to 'common/gtk-3.0/3.20/sass/_unity.scss')
-rw-r--r--common/gtk-3.0/3.20/sass/_unity.scss16
1 files changed, 8 insertions, 8 deletions
diff --git a/common/gtk-3.0/3.20/sass/_unity.scss b/common/gtk-3.0/3.20/sass/_unity.scss
index 53ab2d7..cb18aec 100644
--- a/common/gtk-3.0/3.20/sass/_unity.scss
+++ b/common/gtk-3.0/3.20/sass/_unity.scss
@@ -17,34 +17,34 @@ UnityDecoration {
-UnityDecoration-title-fade: 35px;
-UnityDecoration-title-alignment: 0.0;
- &.top {
+ .top {
border: 1px solid if($darker=='true' or $variant == 'dark', darken($header_bg, 7%), transparentize(black, 0.9));
border-bottom-width: 0;
border-radius: 4px 4px 0 0;
padding: 1px 6px 0 6px;
- background-image: linear-gradient(to bottom, opacify($header_bg, 1));
+ background-image: _solid(opacify($header_bg, 1));
color: $header_fg; // The foreground color will be used to paint the text
box-shadow: inset 0 1px lighten($header_bg, 3%);
&:backdrop {
border-bottom-width: 0;
- //background-image: linear-gradient(to bottom, opacify($header_bg_backdrop, 1));
+ //background-image: _solid(opacify($header_bg_backdrop, 1));
color: transparentize($header_fg, 0.3);
}
}
- &.left, &.right, &.bottom,
- &.left:backdrop, &.right:backdrop, &.bottom:backdrop {
+ .left, .right, .bottom,
+ .left:backdrop, .right:backdrop, .bottom:backdrop {
background-color: transparent;
- background-image: linear-gradient(to bottom, if($darker=='true' or $variant == 'dark', darken($header_bg, 7%), transparentize(black, 0.9)));
+ background-image: _solid(if($darker=='true' or $variant == 'dark', darken($header_bg, 7%), transparentize(black, 0.9)));
}
}
// Panel Style
UnityPanelWidget,
.unity-panel {
- background-image: linear-gradient(to bottom, #002b36);
+ background-image: _solid(#2f343f);
color: lighten($panel_fg, 20%);
box-shadow: none;
@@ -55,7 +55,7 @@ UnityPanelWidget,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
color: $selected_fg_color;
- background-image: linear-gradient(to bottom, $selected_bg_color);
+ background-image: _solid($selected_bg_color);
border-bottom: none;
}