Skip to content

Commit

Permalink
Don't use osd bg color on xfce4-notifyd
Browse files Browse the repository at this point in the history
  • Loading branch information
lassekongo83 committed Oct 2, 2020
1 parent 8172562 commit 186d9e9
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion gtk/src/Zukitre/gtk-3.0/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ XfdesktopIconView.view {
}

#XfceNotifyWindow {
@extend %osd;
background-color: $panel_bg;
border-radius: $window_radius;

buttonbox { padding: 0; }
Expand Down
6 changes: 3 additions & 3 deletions gtk/src/Zukitre/gtk-3.0/gtk-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ assistant .sidebar label { padding: 6px 12px; }

assistant .sidebar label.highlight { background-color: #545658; }

#XfceNotifyWindow, .osd .scale-popup, .app-notification, .app-notification.frame, .csd popover.background.osd, popover.background.osd, .csd popover.background.touch-selection, .csd popover.background.magnifier, popover.background.touch-selection, popover.background.magnifier, .osd { color: #eeeeec; border: none; background-color: rgba(38, 38, 38, 0.7); background-clip: padding-box; text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; }
.osd .scale-popup, .app-notification, .app-notification.frame, .csd popover.background.osd, popover.background.osd, .csd popover.background.touch-selection, .csd popover.background.magnifier, popover.background.touch-selection, popover.background.magnifier, .osd { color: #eeeeec; border: none; background-color: rgba(38, 38, 38, 0.7); background-clip: padding-box; text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; }

#XfceNotifyWindow:backdrop, .osd .scale-popup:backdrop, .app-notification:backdrop, popover.background.osd:backdrop, popover.background.touch-selection:backdrop, popover.background.magnifier:backdrop, .osd:backdrop { text-shadow: none; -gtk-icon-shadow: none; }
.osd .scale-popup:backdrop, .app-notification:backdrop, popover.background.osd:backdrop, popover.background.touch-selection:backdrop, popover.background.magnifier:backdrop, .osd:backdrop { text-shadow: none; -gtk-icon-shadow: none; }

@keyframes spin { to { -gtk-icon-transform: rotate(1turn); } }

Expand Down Expand Up @@ -1983,7 +1983,7 @@ XfdesktopIconView.view .label { text-shadow: 1px 1px 2px black; }

XfdesktopIconView.view .rubberband { border-radius: 0; }

#XfceNotifyWindow { border-radius: 3px; }
#XfceNotifyWindow { background-color: #1d1f20; border-radius: 3px; }

#XfceNotifyWindow buttonbox { padding: 0; }

Expand Down
6 changes: 3 additions & 3 deletions gtk/src/Zukitre/gtk-3.0/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ assistant .sidebar label { padding: 6px 12px; }

assistant .sidebar label.highlight { background-color: #b4b4b4; }

#XfceNotifyWindow, .osd .scale-popup, .app-notification, .app-notification.frame, .csd popover.background.osd, popover.background.osd, .csd popover.background.touch-selection, .csd popover.background.magnifier, popover.background.touch-selection, popover.background.magnifier, .osd { color: #eeeeec; border: none; background-color: rgba(53, 53, 53, 0.7); background-clip: padding-box; text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; }
.osd .scale-popup, .app-notification, .app-notification.frame, .csd popover.background.osd, popover.background.osd, .csd popover.background.touch-selection, .csd popover.background.magnifier, popover.background.touch-selection, popover.background.magnifier, .osd { color: #eeeeec; border: none; background-color: rgba(53, 53, 53, 0.7); background-clip: padding-box; text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; }

#XfceNotifyWindow:backdrop, .osd .scale-popup:backdrop, .app-notification:backdrop, popover.background.osd:backdrop, popover.background.touch-selection:backdrop, popover.background.magnifier:backdrop, .osd:backdrop { text-shadow: none; -gtk-icon-shadow: none; }
.osd .scale-popup:backdrop, .app-notification:backdrop, popover.background.osd:backdrop, popover.background.touch-selection:backdrop, popover.background.magnifier:backdrop, .osd:backdrop { text-shadow: none; -gtk-icon-shadow: none; }

@keyframes spin { to { -gtk-icon-transform: rotate(1turn); } }

Expand Down Expand Up @@ -1935,7 +1935,7 @@ XfdesktopIconView.view .label { text-shadow: 1px 1px 2px black; }

XfdesktopIconView.view .rubberband { border-radius: 0; }

#XfceNotifyWindow { border-radius: 3px; }
#XfceNotifyWindow { background-color: #1d1f20; border-radius: 3px; }

#XfceNotifyWindow buttonbox { padding: 0; }

Expand Down
2 changes: 1 addition & 1 deletion gtk/src/Zukitwo/gtk-3.0/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ XfdesktopIconView.view {
}

#XfceNotifyWindow {
@extend %osd;
background-color: $panel_bg;
border-radius: $window_radius;

buttonbox { padding: 0; }
Expand Down
6 changes: 3 additions & 3 deletions gtk/src/Zukitwo/gtk-3.0/gtk-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ assistant .sidebar label { padding: 6px 12px; }

assistant .sidebar label.highlight { background-color: #545658; }

#XfceNotifyWindow, .osd .scale-popup, .app-notification, .app-notification.frame, .csd popover.background.osd, popover.background.osd, .csd popover.background.touch-selection, .csd popover.background.magnifier, popover.background.touch-selection, popover.background.magnifier, .osd { color: #eeeeec; border: none; background-color: rgba(38, 38, 38, 0.7); background-clip: padding-box; text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; }
.osd .scale-popup, .app-notification, .app-notification.frame, .csd popover.background.osd, popover.background.osd, .csd popover.background.touch-selection, .csd popover.background.magnifier, popover.background.touch-selection, popover.background.magnifier, .osd { color: #eeeeec; border: none; background-color: rgba(38, 38, 38, 0.7); background-clip: padding-box; text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; }

#XfceNotifyWindow:backdrop, .osd .scale-popup:backdrop, .app-notification:backdrop, popover.background.osd:backdrop, popover.background.touch-selection:backdrop, popover.background.magnifier:backdrop, .osd:backdrop { text-shadow: none; -gtk-icon-shadow: none; }
.osd .scale-popup:backdrop, .app-notification:backdrop, popover.background.osd:backdrop, popover.background.touch-selection:backdrop, popover.background.magnifier:backdrop, .osd:backdrop { text-shadow: none; -gtk-icon-shadow: none; }

@keyframes spin { to { -gtk-icon-transform: rotate(1turn); } }

Expand Down Expand Up @@ -1915,7 +1915,7 @@ XfdesktopIconView.view .label { text-shadow: 1px 1px 2px black; }

XfdesktopIconView.view .rubberband { border-radius: 0; }

#XfceNotifyWindow { border-radius: 7px; }
#XfceNotifyWindow { background-color: #1d1f20; border-radius: 7px; }

#XfceNotifyWindow buttonbox { padding: 0; }

Expand Down
6 changes: 3 additions & 3 deletions gtk/src/Zukitwo/gtk-3.0/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ assistant .sidebar label { padding: 6px 12px; }

assistant .sidebar label.highlight { background-color: #b4b4b4; }

#XfceNotifyWindow, .osd .scale-popup, .app-notification, .app-notification.frame, .csd popover.background.osd, popover.background.osd, .csd popover.background.touch-selection, .csd popover.background.magnifier, popover.background.touch-selection, popover.background.magnifier, .osd { color: #eeeeec; border: none; background-color: rgba(53, 53, 53, 0.7); background-clip: padding-box; text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; }
.osd .scale-popup, .app-notification, .app-notification.frame, .csd popover.background.osd, popover.background.osd, .csd popover.background.touch-selection, .csd popover.background.magnifier, popover.background.touch-selection, popover.background.magnifier, .osd { color: #eeeeec; border: none; background-color: rgba(53, 53, 53, 0.7); background-clip: padding-box; text-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black; }

#XfceNotifyWindow:backdrop, .osd .scale-popup:backdrop, .app-notification:backdrop, popover.background.osd:backdrop, popover.background.touch-selection:backdrop, popover.background.magnifier:backdrop, .osd:backdrop { text-shadow: none; -gtk-icon-shadow: none; }
.osd .scale-popup:backdrop, .app-notification:backdrop, popover.background.osd:backdrop, popover.background.touch-selection:backdrop, popover.background.magnifier:backdrop, .osd:backdrop { text-shadow: none; -gtk-icon-shadow: none; }

@keyframes spin { to { -gtk-icon-transform: rotate(1turn); } }

Expand Down Expand Up @@ -1931,7 +1931,7 @@ XfdesktopIconView.view .label { text-shadow: 1px 1px 2px black; }

XfdesktopIconView.view .rubberband { border-radius: 0; }

#XfceNotifyWindow { border-radius: 7px; }
#XfceNotifyWindow { background-color: #1d1f20; border-radius: 7px; }

#XfceNotifyWindow buttonbox { padding: 0; }

Expand Down

0 comments on commit 186d9e9

Please sign in to comment.