Skip to content

Commit

Permalink
small fixes to budgie theming
Browse files Browse the repository at this point in the history
  • Loading branch information
poltertec committed Jan 24, 2015
1 parent c706502 commit 4136d0b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
8 changes: 8 additions & 0 deletions gtk-3.0/apps/budgie.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,11 @@ GtkPopover .button:active {
.budgie-panel *:active {
background-color: transparent;
}

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

.budgie-panel .message-area {
border-radius: 2px;
}
2 changes: 1 addition & 1 deletion gtk-3.0/widgets/csd.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@

.titlebar .titlebutton:backdrop {
background-image: none;
color: shade(@menubar_fg_color, 1.75);
color: shade(@header_fg, 1.75);
icon-shadow: none;
}

Expand Down
4 changes: 3 additions & 1 deletion gtk-3.0/widgets/sidebar.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,14 @@
}

.sidebar .list-row {
background-color: @navigation;
background-color: transparent;
color: @header_fg;
}

.sidebar .list-row:hover,
.sidebar .list-row:hover:active,
.sidebar .list-row:focus {
background-color: transparent;
color: @theme_selected_fg_color;
}

Expand Down

0 comments on commit 4136d0b

Please sign in to comment.