Skip to content

Commit

Permalink
BUGfix: 'Theme parsing error' introduces few commits back
Browse files Browse the repository at this point in the history
  • Loading branch information
thekomer committed Feb 10, 2022
1 parent 3d0f69c commit b6ed33a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions gtk-3.0/gtk-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -2797,8 +2797,8 @@ window:not(.tiled):not(.maximized) headerbar:last-child:backdrop, window:not(.ti
border-top-right-radius: 4px; }

window {
border-top-left-radius: 0.7em -1px;
border-top-right-radius: 0.7em -1px; }
border-top-left-radius: 0.7em;
border-top-right-radius: 0.7em; }

window.csd > .titlebar:not(headerbar) {
padding: 0;
Expand Down
4 changes: 2 additions & 2 deletions gtk-3.0/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -2797,8 +2797,8 @@ window:not(.tiled):not(.maximized) headerbar:last-child:backdrop, window:not(.ti
border-top-right-radius: 4px; }

window {
border-top-left-radius: 0.7em -1px;
border-top-right-radius: 0.7em -1px; }
border-top-left-radius: 0.7em;
border-top-right-radius: 0.7em; }

window.csd > .titlebar:not(headerbar) {
padding: 0;
Expand Down
4 changes: 2 additions & 2 deletions gtk-3.0/widgets/_header-bars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,8 @@ headerbar {
}

window {
border-top-left-radius: 0.7em -1px; //4px;
border-top-right-radius: 0.7em -1px; //4px;
border-top-left-radius: 0.7em; //4px;
border-top-right-radius: 0.7em; //4px;
}

.titlebar:not(headerbar) {
Expand Down

0 comments on commit b6ed33a

Please sign in to comment.