1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2026-03-02 03:40:11 +00:00

gnome-shell: bring back transparent overview

This commit is contained in:
Horst3180
2015-09-15 18:31:09 +02:00
parent c950819239
commit cdfe796e65
6 changed files with 39 additions and 39 deletions

View File

@@ -1019,7 +1019,7 @@ StScrollBar {
#overview {
spacing: 24px;
background: #3c404e; }
background: rgba(60, 64, 78, 0.55); }
.overview-controls {
padding-bottom: 32px; }
@@ -1308,11 +1308,11 @@ StScrollBar {
text-align: center; }
.app-well-app.app-folder > .overview-icon {
background-color: rgba(46, 50, 60, 0.95);
border: 1px solid rgba(37, 40, 49, 0.95); }
background-color: rgba(35, 38, 46, 0.95);
border: 1px solid rgba(0, 0, 0, 0.45); }
.app-well-app.app-folder:hover > .overview-icon {
background-color: rgba(71, 76, 92, 0.95); }
background-color: rgba(60, 64, 78, 0.95); }
.app-well-app.app-folder:active > .overview-icon, .app-well-app.app-folder:checked > .overview-icon {
background-color: #5294E2;
@@ -1323,8 +1323,8 @@ StScrollBar {
.app-folder-popup {
-arrow-border-radius: 2px;
-arrow-background-color: rgba(46, 50, 60, 0.95);
-arrow-border-color: rgba(37, 40, 49, 0.95);
-arrow-background-color: rgba(35, 38, 46, 0.95);
-arrow-border-color: rgba(0, 0, 0, 0.45);
-arrow-border-width: 1px;
-arrow-base: 5;
-arrow-rise: 5; }