Skip to content

Commit

Permalink
Fixed notebook issues
Browse files Browse the repository at this point in the history
  • Loading branch information
xyl0n committed May 10, 2014
1 parent 22cf319 commit 7f7e765
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 64 deletions.
5 changes: 3 additions & 2 deletions gtk-3.0/widgets/notebook.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,9 @@
}

.notebook tab .button {
background-color: @theme_bg_color;
transition: none;
color: @theme_fg_color;
background-color: inherit;
}

.notebook tab .button:hover {
Expand All @@ -94,4 +95,4 @@
.notebook tab .button:active {
color: shade(@theme_selected_fg_color, 1.0);
background-color: transparent;
}
}
62 changes: 0 additions & 62 deletions gtk-3.0/widgets/popover.css~

This file was deleted.

0 comments on commit 7f7e765

Please sign in to comment.