Skip to content

Commit

Permalink
gtk3: temporary fix evo-assist & other improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
poltertec committed Jan 25, 2015
1 parent 7adcb1c commit 04d5c58
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions gtk-3.0/apps/budgie.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ GtkPopover .button:active {
background-color: transparent;
}

.max-budgie-panel {
border-top: 1px solid alpha(black, 0.7);
.max-budgie-panel {
border: 1px solid alpha(black, 0.7);
}

.budgie-panel .message-area {
Expand Down
4 changes: 2 additions & 2 deletions gtk-3.0/apps/gnome-applications.css
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ NautilusWindow > GtkGrid > .pane-separator,
NautilusWindow > GtkGrid > .pane-separator:hover {
border-width: 0 1px 0 0;
border-style: solid;
border-color: shade(@theme_bg_color, 0.8);
background-color: @theme_bg_color;
border-color: @navigation;
background-color: @navigation;
}

NautilusNotebook.notebook {
Expand Down
9 changes: 7 additions & 2 deletions gtk-3.0/widgets/sidebar.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,14 @@
.sidebar .cell:selected:focus {
color: @theme_selected_fg_color;
}

.sidebar .list-row {
.sidebar .list-row { /*temp fix for evo-assist*/
background-color: transparent;
font-weight: bold;
color: @header;
}
.sidebar GtkScrolledWindow .list-row { /*scrolled = regular*/
background-color: transparent;
font-weight: bold;
color: @header_fg;
}

Expand Down

0 comments on commit 04d5c58

Please sign in to comment.