gtk-theme-clearcodes

gtk3 theme with a focus on code simplicity
git clone https://git.ce9e.org/gtk-theme-clearcodes.git

commit
ae906e2278257967eedfe7490c1f98e73377ae2f
parent
10f3b8e8c6e9dc77aaded2cedbce60741469a9e6
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2021-09-18 07:23
tweak notification

Diffstat

M gtk-3.0/widgets/app-notification.css 6 ++----

1 files changed, 2 insertions, 4 deletions


diff --git a/gtk-3.0/widgets/app-notification.css b/gtk-3.0/widgets/app-notification.css

@@ -1,11 +1,9 @@
    1     1 .app-notification {
    2     2     background-color: @tooltip_bg_color;
    3     3     color: @tooltip_fg_color;
    4    -1     padding: 0.5em;
    5    -1     border: 1px solid @border_color;
   -1     4     margin: 0.5em;
    6     5 }
    7     6 
    8     7 .app-notification border {
    9    -1     border-width: 0;
   10    -1     padding: 0;
   -1     8     padding: 0.5em;
   11     9 }