Skip to content

Commit

Permalink
gtk3: Reworked Raven mpris buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
poltertec committed Aug 20, 2017
1 parent 62a19b3 commit 146d67a
Show file tree
Hide file tree
Showing 5 changed files with 112 additions and 19 deletions.
25 changes: 21 additions & 4 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.

25 changes: 21 additions & 4 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.

25 changes: 21 additions & 4 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.

25 changes: 21 additions & 4 deletions EvoPop/gtk-3.0/gtk.css

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

31 changes: 28 additions & 3 deletions sass/apps/_budgie.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ $pos_list: ((top, bottom),(bottom,top),(left,right),(right,left));
border-bottom: 1px solid #{"@borders"};
border-radius: 0;
font-size: 120%;
box-shadow: none;

image {
&:dir(ltr) { padding-left: 8px; padding-right: 12px; }
Expand Down Expand Up @@ -128,7 +129,12 @@ $pos_list: ((top, bottom),(bottom,top),(left,right),(right,left));
border-color: transparent;
}

button:not(.category-button) { padding-top: 5px; padding-bottom: 5px; }
button:not(.category-button) {
padding-top: 5px;
padding-bottom: 5px;
border-radius: 0;
box-shadow: none;
}

undershoot, overshoot { background: none; }
}
Expand Down Expand Up @@ -578,8 +584,8 @@ button.raven-trigger {
margin-bottom: 3px;
background: transparentize($darkpurple,0.3);
color: $selected_fg_color;
box-shadow: $depth;
border: none;
box-shadow: none;
font-size: 100%;

&:hover {
Expand Down Expand Up @@ -665,7 +671,26 @@ calendar.raven-calendar {
border-width: 1px 0;
border-bottom-color: $bottom_highlight;

button.image-button { padding: 8px; }
button.image-button {
padding: 10px;
background-color: $base_color;
box-shadow: $depth;

&:hover { background-color: $selected_bg_color; }

&:active { background-color: darken($selected_bg_color,5%); }

&:first-child { margin-right: 4px; }

&:last-child { margin-left: 4px; }

&:last-child,
&:first-child {
padding: 4px;
margin-top: 6px;
margin-bottom: 6px;
}
}
}

// Notifications
Expand Down

0 comments on commit 146d67a

Please sign in to comment.