Skip to content

Commit

Permalink
Update tabs buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
EliverLara committed Apr 20, 2019
1 parent 9c6afaa commit 2e15eb3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions gtk-3.0/gtk-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -3212,6 +3212,8 @@ notebook > header {
box-shadow: none;
color: #bf616a; }
notebook > header tab button.flat, notebook > header tab button.flat:backdrop {
background: transparent;
border: none;
color: alpha(currentColor,0.3); }
notebook > header tab button.flat:last-child {
margin-left: 4px;
Expand Down
2 changes: 2 additions & 0 deletions gtk-3.0/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -3212,6 +3212,8 @@ notebook > header {
box-shadow: none;
color: #bf616a; }
notebook > header tab button.flat, notebook > header tab button.flat:backdrop {
background: transparent;
border: none;
color: alpha(currentColor,0.3); }
notebook > header tab button.flat:last-child {
margin-left: 4px;
Expand Down
6 changes: 5 additions & 1 deletion gtk-3.0/widgets/_notebooks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,11 @@
button.flat {
&:hover { background: transparent; box-shadow: none; color: $red; }

&, &:backdrop { color: gtkalpha(currentColor, 0.3); }
&, &:backdrop {
background: transparent;
border: none;
color: gtkalpha(currentColor, 0.3);
}

padding: 0;
margin-top: 4px;
Expand Down

0 comments on commit 2e15eb3

Please sign in to comment.