Skip to content

Commit

Permalink
Make popovers resemble normal menus more
Browse files Browse the repository at this point in the history
  • Loading branch information
ochosi committed Feb 26, 2017
1 parent 2c9aa7a commit 66c222c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gtk-3.0/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1986,6 +1986,8 @@ popover.background {
border-radius: 5px;
background-color: $popover_bg_color;

modelbutton:hover { color: $selected_fg_color; }

.csd &, & { border: 1px solid $borders_color; }

box-shadow: 0 1px 2px transparentize(black, 0.7);
Expand Down
2 changes: 2 additions & 0 deletions gtk-3.0/gtk-contained-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -2250,6 +2250,8 @@ popover.background {
border-radius: 5px;
background-color: #656f6f;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
popover.background modelbutton:hover {
color: #ffffff; }
.csd popover.background, popover.background {
border: 1px solid #1c1f1f; }
popover.background:backdrop {
Expand Down
2 changes: 2 additions & 0 deletions gtk-3.0/gtk-contained.css
Original file line number Diff line number Diff line change
Expand Up @@ -2263,6 +2263,8 @@ popover.background {
border-radius: 5px;
background-color: #fcfcfc;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
popover.background modelbutton:hover {
color: #ffffff; }
.csd popover.background, popover.background {
border: 1px solid #828282; }
popover.background:backdrop {
Expand Down

0 comments on commit 66c222c

Please sign in to comment.