Skip to content

Commit

Permalink
gtk3: Tweak raven top exit button
Browse files Browse the repository at this point in the history
  • Loading branch information
poltertec committed Jun 26, 2017
1 parent 2f1b81f commit 7f5b869
Show file tree
Hide file tree
Showing 3 changed files with 167 additions and 184 deletions.
23 changes: 21 additions & 2 deletions EvoPop/gtk-3.0/apps/_budgie.scss
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ button.raven-trigger {
background-color: transparent;
}
}
/* Look at later

// Places Menu
.places-menu {
.container { padding: 0; }
Expand Down Expand Up @@ -291,7 +291,7 @@ button.raven-trigger {
border-top: #{"1px solid mix(@theme_base_color, #000000, 0.35);"};
box-shadow: #{"inset 0px 1px 1px alpha(@theme_fg_color, 0.04);"};
}
}*/
}

// Panel
.budgie-panel {
Expand Down Expand Up @@ -467,6 +467,25 @@ button.raven-trigger {
}
}
}

> button.text-button {
border-radius: 2px;
color: $selected_fg_color;
background-color: transparentize(darken($red,5%), 0.1);
@include _shadows(inset 0px 1px 0px 0px $top_highlight,inset 0px -1px 0px 0px $bottom_highlight);
&:hover {
border-radius: 2px;
color: $selected_fg_color;
background-color: transparentize($red, 0.1);
@include _shadows(inset 0px 1px 0px 0px $top_highlight,inset 0px -1px 0px 0px $bottom_highlight);
}
&:active {
color: $selected_fg_color;
background-color: transparentize(lighten($red,5%), 0.1);
@include _shadows(inset 0px 1px 0px 0px $top_highlight,inset 0px -1px 0px 0px $bottom_highlight);
}
}

&.bottom { border-bottom-style: none; }
button {
background-color: transparent;
Expand Down
164 changes: 73 additions & 91 deletions EvoPop/gtk-3.0/gtk-dark.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7f5b869

Please sign in to comment.