Gnome-shell fixes

This commit is contained in:
EliverLara
2018-08-23 13:51:51 -05:00
parent d22e7383d1
commit c5025724e9
2 changed files with 2 additions and 2 deletions

View File

@@ -1443,7 +1443,7 @@ StScrollBar {
background-color: rgb(0, 255, 221); background-color: rgb(0, 255, 221);
border-radius: 10px !important; border-radius: 10px !important;
box-shadow: 0px 0px 5px 4px transparentize(rgb(0, 255, 221),0.2); box-shadow: 0px 0px 5px 4px transparentize(rgb(0, 255, 221),0.2);
margin-bottom: 2px; margin-bottom: 0px;
} }
%icon_tile { %icon_tile {

View File

@@ -1330,7 +1330,7 @@ StScrollBar {
background-color: #00ffdd; background-color: #00ffdd;
border-radius: 10px !important; border-radius: 10px !important;
box-shadow: 0px 0px 5px 4px rgba(0, 255, 221, 0.8); box-shadow: 0px 0px 5px 4px rgba(0, 255, 221, 0.8);
margin-bottom: 2px; } margin-bottom: 0px; }
.search-provider-icon, .search-provider-icon,
.list-search-result, .app-well-app .overview-icon, .list-search-result, .app-well-app .overview-icon,