Skip to content

Commit

Permalink
Small changes to buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Elbullazul committed Jun 21, 2023
1 parent bbaa476 commit 055abd7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions gtk-4.0/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,9 @@ editablelabel > stack > text > selection {


button {
padding: 2px 4px;
padding: 4px 6px;
min-width: 14px;
min-height: 18px;
border-radius: 0px;
border: 1px solid #000000;
border-top-color: white;
Expand Down Expand Up @@ -577,8 +579,6 @@ button.flat {
background-color: #a4a4a4; }

button.destructive-action {
padding: 2px 4px;
border-radius: 0px;
border: 1px solid #000000;
border-top-color: white;
border-left-color: white;
Expand Down Expand Up @@ -611,8 +611,6 @@ button.destructive-action {
box-shadow: inset 1px 1px #7d7d7d, inset -1px -1px white; }

button.suggested-action {
padding: 2px 4px;
border-radius: 0px;
border: 1px solid #000000;
border-top-color: white;
border-left-color: white;
Expand Down

0 comments on commit 055abd7

Please # to comment.