Skip to content

Commit

Permalink
BUGfix: GTK3&4 - spinbutton plus button cutting off rounded border
Browse files Browse the repository at this point in the history
  • Loading branch information
thekomer committed Feb 15, 2022
1 parent 054e34e commit 619f5bb
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cinnamon/cinnamon.css
Original file line number Diff line number Diff line change
Expand Up @@ -1176,9 +1176,6 @@ StScrollBar {
/* * * * * * * * * *
* Menu (menu.js) *
* * * * * * * * * */
.menu-decoration {
background: red; }

.menu-favorites-box {
padding: 10px;
background-color: #131727;
Expand Down
1 change: 1 addition & 0 deletions gtk-3.0/gtk-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -4318,6 +4318,7 @@ spinbutton:not(.vertical) {
padding-top: 0;
color: #aeb2bc;
background-image: none;
background-color: transparent;
border-style: none none none solid;
border-color: rgba(255, 255, 255, 0);
border-radius: 0;
Expand Down
1 change: 1 addition & 0 deletions gtk-3.0/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -4318,6 +4318,7 @@ spinbutton:not(.vertical) {
padding-top: 0;
color: #aeb2bc;
background-image: none;
background-color: transparent;
border-style: none none none solid;
border-color: rgba(255, 255, 255, 0);
border-radius: 0;
Expand Down
1 change: 1 addition & 0 deletions gtk-3.0/widgets/_spinbuttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ spinbutton {
padding-top: 0;
color: mix($fg_color, $base_color, 90%);
background-image: none;
background-color: transparent;
border-style: none none none solid;
border-color: transparentize($borders_color, 0.7);
border-radius: 0;
Expand Down
1 change: 1 addition & 0 deletions gtk-4.0/gtk-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -4263,6 +4263,7 @@ spinbutton:not(.vertical) {
padding-top: 0;
color: #aeb2bc;
background-image: none;
background-color: transparent;
border-style: none none none solid;
border-color: rgba(255, 255, 255, 0);
border-radius: 0;
Expand Down
1 change: 1 addition & 0 deletions gtk-4.0/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -4263,6 +4263,7 @@ spinbutton:not(.vertical) {
padding-top: 0;
color: #aeb2bc;
background-image: none;
background-color: transparent;
border-style: none none none solid;
border-color: rgba(255, 255, 255, 0);
border-radius: 0;
Expand Down
1 change: 1 addition & 0 deletions gtk-4.0/widgets/_spinbuttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ spinbutton {
padding-top: 0;
color: mix($fg_color, $base_color, 90%);
background-image: none;
background-color: transparent;
border-style: none none none solid;
border-color: transparentize($borders_color, 0.7);
border-radius: 0;
Expand Down

0 comments on commit 619f5bb

Please sign in to comment.