Skip to content

Commit

Permalink
BUGfix: GTK3&4 - dialog rounded corners
Browse files Browse the repository at this point in the history
  • Loading branch information
thekomer committed Mar 10, 2022
1 parent 7279a15 commit d827475
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gtk-3.0/gtk-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -1895,6 +1895,9 @@ dialog #pathbarbox {
dialog #pathbarbox .linked.path-bar button:disabled {
color: #676a75; }

dialog.background {
border-radius: 0 0 10px 10px; }

/****************
* Text Entries *
****************/
Expand Down
3 changes: 3 additions & 0 deletions gtk-3.0/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -1895,6 +1895,9 @@ dialog #pathbarbox {
dialog #pathbarbox .linked.path-bar button:disabled {
color: #676a75; }

dialog.background {
border-radius: 0 0 10px 10px; }

/****************
* Text Entries *
****************/
Expand Down
4 changes: 4 additions & 0 deletions gtk-3.0/widgets/_dialogs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,7 @@ dialog {
}
}
}

dialog.background {
border-radius: 0 0 10px 10px;
}
3 changes: 3 additions & 0 deletions gtk-4.0/gtk-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -1875,6 +1875,9 @@ dialog #pathbarbox {
dialog #pathbarbox .linked.path-bar button:disabled {
color: #676a75; }

dialog.background {
border-radius: 0 0 10px 10px; }

/****************
* Text Entries *
****************/
Expand Down
3 changes: 3 additions & 0 deletions gtk-4.0/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -1875,6 +1875,9 @@ dialog #pathbarbox {
dialog #pathbarbox .linked.path-bar button:disabled {
color: #676a75; }

dialog.background {
border-radius: 0 0 10px 10px; }

/****************
* Text Entries *
****************/
Expand Down
4 changes: 4 additions & 0 deletions gtk-4.0/widgets/_dialogs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,7 @@ dialog {
}
}
}

dialog.background {
border-radius: 0 0 10px 10px;
}

0 comments on commit d827475

Please sign in to comment.