Skip to content

Commit

Permalink
Fix notification banner border. Close button in overview
Browse files Browse the repository at this point in the history
  • Loading branch information
godlyranchdressing committed Jul 15, 2017
1 parent ec35b55 commit 171d098
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 15 deletions.
Binary file modified Aduru-Dark.tar.gz
Binary file not shown.
Binary file modified Aduru-Darker.tar.gz
Binary file not shown.
Binary file modified Aduru.tar.gz
Binary file not shown.
8 changes: 4 additions & 4 deletions src/gnome-shell/assets-common/close-window-hover.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions src/gnome-shell/assets-common/close-window.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 7 additions & 6 deletions src/gnome-shell/scss/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1357,7 +1357,7 @@ StScrollBar {
box-shadow: inset 2px 0 darken($primary_color, 10%);
min-width: 62px;
padding: 20px 0 16px 0;

&:rtl {
padding: 20px 0 16px 0;
}
Expand Down Expand Up @@ -1766,9 +1766,9 @@ StScrollBar {
//osd tooltip
border-radius: 7px;
padding: 4px 12px;
color: $fg_color;
background-color: $base_color;
border: 1px solid $border_color;
color: $light_fg_color;
background-color: $dark_base_color;
border: 1px solid $dark_border_color;
text-align: center;
-x-offset: 8px;
}
Expand Down Expand Up @@ -2025,8 +2025,9 @@ StScrollBar {
font-size: 11pt;
width: 34em;
margin: 0;
border-radius: 0 $standard_radius $standard_radius 0;
border: 1px solid $border_color;
border-radius: 0 0 $standard_radius 0;
border-right: 1px solid $border_color;
border-bottom: 1px solid $border_color !important;
border-left-width: 0px !important;
border-top-width: 0px !important;
box-shadow: -2px 0 darken($primary_color, 10%);
Expand Down
9 changes: 8 additions & 1 deletion src/gtk-3.0/_apps.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@
// Tweak Tool
list.tweak-categories {
background-image: image($sidebar_bg_color);
border-width: 0px;
border-right-style: none;
border-right-width: 0px;

separator {
min-height: 0px;
Expand Down Expand Up @@ -110,6 +111,12 @@ list.tweak-categories {
}
}

// Evolution
#main-toolbar {
// get rid of the huge icons
-gtk-icon-style: symbolic;
}

// Builder

window.workbench {
Expand Down

0 comments on commit 171d098

Please sign in to comment.