diff --git a/Paper/gnome-shell/gnome-shell.css b/Paper/gnome-shell/gnome-shell.css index 9b8d212..0ec9db7 100644 --- a/Paper/gnome-shell/gnome-shell.css +++ b/Paper/gnome-shell/gnome-shell.css @@ -1291,6 +1291,7 @@ StScrollBar { background-color: #ffffff; border: none; border-width: 0px; + border: 1px solid rgba(0,0,0,0.1); box-shadow: 0 3px 8px 0 rgba(0,0,0,0.5); } .notification-banner:hover, .notification-banner:focus { margin: 5px; diff --git a/Paper/gtk-3.0/apps/unity.css b/Paper/gtk-3.0/apps/unity.css index f80e050..cc87530 100644 --- a/Paper/gtk-3.0/apps/unity.css +++ b/Paper/gtk-3.0/apps/unity.css @@ -61,7 +61,7 @@ UnityDecoration { UnityDecoration.top { padding: 0 5px 0 5px; - border-radius: 3px 3px 0px 0px; + border-radius: 4px 4px 0px 0px; box-shadow: none; border: 1px solid @unity; border-bottom-width: 0; @@ -80,10 +80,11 @@ UnityDecoration.top.menuitem:backdrop { } UnityDecoration.top:backdrop { - border: 1px solid @backdrop_unity; + /*border: 1px solid @backdrop_unity;*/ border-bottom-width: 0; background-color: @backdrop_unity; color: @backdrop_unity_text; + border-top: 1px solid rgba(255,255,255,0.1); } UnityDecoration.left, diff --git a/Paper/gtk-3.0/widgets/links.css b/Paper/gtk-3.0/widgets/links.css index 0eb3112..13ae4ce 100644 --- a/Paper/gtk-3.0/widgets/links.css +++ b/Paper/gtk-3.0/widgets/links.css @@ -17,8 +17,8 @@ */ -@define-color link @selection; -@define-color backdrop_link @backdrop_text; +@define-color link #009587; +@define-color backdrop_link shade(@link, 1.1); @define-color visited_link shade(@link, 0.9); /*********