1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-09-28 14:00:44 +00:00

change osd-button background-clip

This commit is contained in:
Horst3180 2015-09-21 20:44:36 +02:00
parent e51d704967
commit 04b91afc84
21 changed files with 60 additions and 21 deletions

View File

@ -373,6 +373,7 @@ GtkSearchEntry.entry {
border-color: rgba(26, 28, 34, 0.35);
background-color: rgba(119, 127, 151, 0.45); }
.osd .button:active, .osd .button:checked {
background-clip: padding-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
@ -2133,7 +2134,8 @@ GtkScrolledWindow GtkViewport.frame {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294E2;
background-clip: padding-box; }
.app-notification .button:insensitive,
.app-notification.frame .button:insensitive {
color: #5d626e;

View File

@ -372,6 +372,7 @@ GtkSearchEntry.entry {
border-color: rgba(26, 28, 34, 0.35);
background-color: rgba(119, 127, 151, 0.45); }
.osd .button:active, .osd .button:checked {
background-clip: padding-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
@ -2136,7 +2137,8 @@ GtkScrolledWindow GtkViewport.frame {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294E2;
background-clip: padding-box; }
.app-notification .button:insensitive,
.app-notification.frame .button:insensitive {
color: #5d626e;

View File

@ -373,6 +373,7 @@ GtkSearchEntry.entry {
border-color: rgba(26, 28, 34, 0.4);
background-color: rgba(119, 127, 151, 0.5); }
.osd .button:active, .osd .button:checked {
background-clip: padding-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
@ -2133,7 +2134,8 @@ GtkScrolledWindow GtkViewport.frame {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294E2;
background-clip: padding-box; }
.app-notification .button:insensitive,
.app-notification.frame .button:insensitive {
color: #5d626e;

View File

@ -372,6 +372,7 @@ GtkSearchEntry.entry {
border-color: rgba(26, 28, 34, 0.4);
background-color: rgba(119, 127, 151, 0.5); }
.osd .button:active, .osd .button:checked {
background-clip: padding-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
@ -2136,7 +2137,8 @@ GtkScrolledWindow GtkViewport.frame {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294E2;
background-clip: padding-box; }
.app-notification .button:insensitive,
.app-notification.frame .button:insensitive {
color: #5d626e;

View File

@ -372,6 +372,7 @@ GtkSearchEntry.entry {
border-color: rgba(26, 28, 34, 0.4);
background-color: rgba(119, 127, 151, 0.5); }
.osd .button:active, .osd .button:checked {
background-clip: padding-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
@ -2136,7 +2137,8 @@ GtkScrolledWindow GtkViewport.frame {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294E2;
background-clip: padding-box; }
.app-notification .button:insensitive,
.app-notification.frame .button:insensitive {
color: #5d626e;

View File

@ -372,6 +372,7 @@ GtkSearchEntry.entry {
border-color: rgba(26, 28, 34, 0.35);
background-color: rgba(119, 127, 151, 0.45); }
.osd .button:active, .osd .button:checked {
background-clip: padding-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
@ -2136,7 +2137,8 @@ GtkScrolledWindow GtkViewport.frame {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294E2;
background-clip: padding-box; }
.app-notification .button:insensitive,
.app-notification.frame .button:insensitive {
color: #5d626e;

View File

@ -475,6 +475,7 @@ $_dot_color: $selected_bg_color;
@extend %linked;
}
&:active, &:checked {
background-clip: padding-box;
@include button(osd-active);
@extend %linked;
}
@ -2300,7 +2301,7 @@ GtkScrolledWindow {
&:insensitive { @extend %undecorated_button; }
}
&:hover { @include button(osd-hover); }
&:active, &:checked { @include button(osd-active); }
&:active, &:checked { @include button(osd-active); background-clip: padding-box; }
&:insensitive { @include button(osd-insensitive);
}
}

View File

@ -373,6 +373,7 @@ GtkSearchEntry.entry {
border-color: rgba(26, 28, 34, 0.35);
background-color: rgba(119, 127, 151, 0.45); }
.osd .button:active, .osd .button:checked {
background-clip: padding-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
@ -2191,7 +2192,8 @@ GtkScrolledWindow GtkViewport.frame {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294E2;
background-clip: padding-box; }
.app-notification .button:insensitive,
.app-notification.frame .button:insensitive {
color: #5d626e;

View File

@ -372,6 +372,7 @@ GtkSearchEntry.entry {
border-color: rgba(26, 28, 34, 0.35);
background-color: rgba(119, 127, 151, 0.45); }
.osd .button:active, .osd .button:checked {
background-clip: padding-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
@ -2194,7 +2195,8 @@ GtkScrolledWindow GtkViewport.frame {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294E2;
background-clip: padding-box; }
.app-notification .button:insensitive,
.app-notification.frame .button:insensitive {
color: #5d626e;

View File

@ -373,6 +373,7 @@ GtkSearchEntry.entry {
border-color: rgba(26, 28, 34, 0.4);
background-color: rgba(119, 127, 151, 0.5); }
.osd .button:active, .osd .button:checked {
background-clip: padding-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
@ -2191,7 +2192,8 @@ GtkScrolledWindow GtkViewport.frame {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294E2;
background-clip: padding-box; }
.app-notification .button:insensitive,
.app-notification.frame .button:insensitive {
color: #5d626e;

View File

@ -372,6 +372,7 @@ GtkSearchEntry.entry {
border-color: rgba(26, 28, 34, 0.4);
background-color: rgba(119, 127, 151, 0.5); }
.osd .button:active, .osd .button:checked {
background-clip: padding-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
@ -2194,7 +2195,8 @@ GtkScrolledWindow GtkViewport.frame {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294E2;
background-clip: padding-box; }
.app-notification .button:insensitive,
.app-notification.frame .button:insensitive {
color: #5d626e;

View File

@ -372,6 +372,7 @@ GtkSearchEntry.entry {
border-color: rgba(26, 28, 34, 0.4);
background-color: rgba(119, 127, 151, 0.5); }
.osd .button:active, .osd .button:checked {
background-clip: padding-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
@ -2194,7 +2195,8 @@ GtkScrolledWindow GtkViewport.frame {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294E2;
background-clip: padding-box; }
.app-notification .button:insensitive,
.app-notification.frame .button:insensitive {
color: #5d626e;

View File

@ -372,6 +372,7 @@ GtkSearchEntry.entry {
border-color: rgba(26, 28, 34, 0.35);
background-color: rgba(119, 127, 151, 0.45); }
.osd .button:active, .osd .button:checked {
background-clip: padding-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
@ -2194,7 +2195,8 @@ GtkScrolledWindow GtkViewport.frame {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294E2;
background-clip: padding-box; }
.app-notification .button:insensitive,
.app-notification.frame .button:insensitive {
color: #5d626e;

View File

@ -475,6 +475,7 @@ $_dot_color: $selected_bg_color;
@extend %linked;
}
&:active, &:checked {
background-clip: padding-box;
@include button(osd-active);
@extend %linked;
}
@ -2408,7 +2409,7 @@ GtkScrolledWindow {
&:insensitive { @extend %undecorated_button; }
}
&:hover { @include button(osd-hover); }
&:active, &:checked { @include button(osd-active); }
&:active, &:checked { @include button(osd-active); background-clip: padding-box; }
&:insensitive { @include button(osd-insensitive);
}
}

View File

@ -339,6 +339,7 @@ GtkSearchEntry.entry {
border-color: rgba(26, 28, 34, 0.35);
background-color: rgba(119, 127, 151, 0.45); }
.osd .button:active, .osd .button:checked {
background-clip: padding-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
@ -2323,7 +2324,8 @@ GtkScrolledWindow GtkViewport.frame {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294E2;
background-clip: padding-box; }
.app-notification .button:insensitive,
.app-notification.frame .button:insensitive {
color: #5d626e;

View File

@ -338,6 +338,7 @@ GtkSearchEntry.entry {
border-color: rgba(26, 28, 34, 0.35);
background-color: rgba(119, 127, 151, 0.45); }
.osd .button:active, .osd .button:checked {
background-clip: padding-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
@ -2326,7 +2327,8 @@ GtkScrolledWindow GtkViewport.frame {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294E2;
background-clip: padding-box; }
.app-notification .button:insensitive,
.app-notification.frame .button:insensitive {
color: #5d626e;

View File

@ -339,6 +339,7 @@ GtkSearchEntry.entry {
border-color: rgba(26, 28, 34, 0.4);
background-color: rgba(119, 127, 151, 0.5); }
.osd .button:active, .osd .button:checked {
background-clip: padding-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
@ -2323,7 +2324,8 @@ GtkScrolledWindow GtkViewport.frame {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294E2;
background-clip: padding-box; }
.app-notification .button:insensitive,
.app-notification.frame .button:insensitive {
color: #5d626e;

View File

@ -338,6 +338,7 @@ GtkSearchEntry.entry {
border-color: rgba(26, 28, 34, 0.4);
background-color: rgba(119, 127, 151, 0.5); }
.osd .button:active, .osd .button:checked {
background-clip: padding-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
@ -2326,7 +2327,8 @@ GtkScrolledWindow GtkViewport.frame {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294E2;
background-clip: padding-box; }
.app-notification .button:insensitive,
.app-notification.frame .button:insensitive {
color: #5d626e;

View File

@ -338,6 +338,7 @@ GtkSearchEntry.entry {
border-color: rgba(26, 28, 34, 0.4);
background-color: rgba(119, 127, 151, 0.5); }
.osd .button:active, .osd .button:checked {
background-clip: padding-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
@ -2330,7 +2331,8 @@ GtkScrolledWindow GtkViewport.frame {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294E2;
background-clip: padding-box; }
.app-notification .button:insensitive,
.app-notification.frame .button:insensitive {
color: #5d626e;

View File

@ -338,6 +338,7 @@ GtkSearchEntry.entry {
border-color: rgba(26, 28, 34, 0.35);
background-color: rgba(119, 127, 151, 0.45); }
.osd .button:active, .osd .button:checked {
background-clip: padding-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
@ -2330,7 +2331,8 @@ GtkScrolledWindow GtkViewport.frame {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294E2;
background-clip: padding-box; }
.app-notification .button:insensitive,
.app-notification.frame .button:insensitive {
color: #5d626e;

View File

@ -414,6 +414,7 @@ $_dot_color: $selected_bg_color;
@extend %linked;
}
&:active, &:checked {
background-clip: padding-box;
@include button(osd-active);
@extend %linked;
}
@ -2505,7 +2506,7 @@ GtkScrolledWindow {
&:insensitive { @extend %undecorated_button; }
}
&:hover { @include button(osd-hover); }
&:active, &:checked { @include button(osd-active); }
&:active, &:checked { @include button(osd-active); background-clip: padding-box; }
&:insensitive { @include button(osd-insensitive);
}
}