Skip to content

Commit

Permalink
Fixed gtk 3.12 notebook bug
Browse files Browse the repository at this point in the history
  • Loading branch information
xyl0n committed Apr 6, 2014
1 parent 4712348 commit cec1cd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gtk-3.0/widgets/notebook.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

.notebook tab {
padding: 3px 15px;
border-color: transparent;
border-color: @theme_bg_color;;
border-radius: 0;
background-color: @theme_bg_color;
background-image: none;
Expand Down Expand Up @@ -94,4 +94,4 @@
.notebook tab .button:active {
color: shade(@theme_selected_fg_color, 1.0);
background-color: transparent;
}
}

0 comments on commit cec1cd9

Please sign in to comment.