Skip to content

Commit

Permalink
gtk: Some more tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
poltertec committed Aug 20, 2017
1 parent dafb51e commit a77cd0c
Show file tree
Hide file tree
Showing 5 changed files with 71 additions and 42 deletions.
22 changes: 14 additions & 8 deletions EvoPop-Azure/gtk-3.0/gtk-dark.css

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

22 changes: 14 additions & 8 deletions EvoPop-Azure/gtk-3.0/gtk.css

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

22 changes: 14 additions & 8 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.

22 changes: 14 additions & 8 deletions EvoPop/gtk-3.0/gtk.css

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

25 changes: 15 additions & 10 deletions sass/apps/_budgie.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ $pos_list: ((top, bottom),(bottom,top),(left,right),(right,left));

%reset_style {
padding: 0;
margin: 0;
background: none;
border: none;
box-shadow: none;
Expand All @@ -68,6 +69,15 @@ $pos_list: ((top, bottom),(bottom,top),(left,right),(right,left));
background-clip: border-box;
box-shadow: 0 2px 3px 1px transparentize(black, 0.65);
border: 1px solid #{"@borders"};
list,
row {
&:hover { background: none; }
}

> frame.container {
margin: 0 -1px -1px; // remove gap
padding: 2px 0 0;
}
}

.budgie-popover > .container {
Expand Down Expand Up @@ -163,18 +173,13 @@ button.budgie-menu-launcher {
// User Menu
.user-menu {

list,
row {
&:hover { background: none; }
}

button {
margin-top: 4px;
margin-bottom: 4px;
.content-box separator {
margin-left: 6px;
margin-right: 6px;
background-color: transparentize($fg_color, 0.9);
}

.content-box separator { background-color: transparentize($fg_color, 0.9); }
.container { padding: 6px; }
button { margin: 5px; }

// top-row (user-name and avatar)
> box.vertical row.activatable:first-child,
Expand Down

0 comments on commit a77cd0c

Please sign in to comment.