Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceliuice committed Feb 28, 2021
2 parents a3d63f6 + 15cc699 commit fcffc6e
Show file tree
Hide file tree
Showing 33 changed files with 2,358 additions and 1,841 deletions.
128 changes: 72 additions & 56 deletions src/gnome-shell/gnome-shell-compact.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ stage {

/* Entries */
GPasteSearchEntry,
.search-entry,
StEntry {
min-height: 32px;
padding: 0 8px;
Expand All @@ -116,39 +117,45 @@ StEntry {
}

GPasteSearchEntry:hover,
.search-entry:hover,
StEntry:hover {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 5px 8px rgba(0, 0, 0, 0.12);
}

GPasteSearchEntry:focus,
.search-entry:focus,
StEntry:focus {
color: rgba(0, 0, 0, 0.87);
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 5px 8px rgba(0, 0, 0, 0.08);
border: 2px solid #1A73E8;
}

GPasteSearchEntry:insensitive,
.search-entry:insensitive,
StEntry:insensitive {
color: rgba(255, 255, 255, 0.7);
}

GPasteSearchEntry StIcon.capslock-warning,
.search-entry StIcon.capslock-warning,
StEntry StIcon.capslock-warning {
icon-size: 16px;
warning-color: #FF6D00;
padding: 0 0;
}

GPasteSearchEntry StIcon.peek-password,
.search-entry StIcon.peek-password,
StEntry StIcon.peek-password {
icon-size: 16px;
padding: 0 4px;
}

GPasteSearchEntry StLabel.hint-text,
.search-entry StLabel.hint-text,
StEntry StLabel.hint-text {
margin-left: 2px;
color: rgba(0, 0, 0, 0.57);
color: rgba(0, 0, 0, 0.38);
}

/* Scrollbars */
Expand Down Expand Up @@ -1071,20 +1078,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
height: 16px;
}

.candidate-popup-boxpointer {
-arrow-border-radius: 3px;
-arrow-background-color: transparent;
-arrow-border-width: 0;
-arrow-border-color: transparent;
-arrow-base: 64px;
-arrow-rise: 6px;
-arrow-box-shadow: none;
margin-left: 4px;
background-color: rgba(255, 255, 255, 0.95);
border-radius: 12px;
box-shadow: 0 10px 10px rgba(0, 0, 0, 0.285), 0 6px 3px rgba(0, 0, 0, 0.345);
}

.popup-menu-boxpointer {
-arrow-border-radius: 3px;
-arrow-background-color: transparent;
Expand Down Expand Up @@ -2292,39 +2285,7 @@ Gjs_ui_panel_ActivitiesButton.panel-button:active, Gjs_ui_panel_ActivitiesButton
spacing: 24px;
}

.overview-controls {
padding-bottom: 32px;
}

.window-picker {
-horizontal-spacing: 16px;
-vertical-spacing: 16px;
padding: 0 16px 32px;
spacing: 12px;
}

.window-picker.external-monitor {
padding: 16px;
}

.window-clone-border {
border: 4px solid rgba(255, 255, 255, 0.3);
border-radius: 5px;
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.window-caption {
spacing: 25px;
color: rgba(255, 255, 255, 0.85);
background-color: rgba(0, 0, 0, 0.6);
border-radius: 12px;
padding: 4px 8px;
border: none;
font-size: 1em;
font-weight: normal;
}

.search-entry {
#overview .search-entry {
width: 304px;
padding: 0 8px;
border: none;
Expand All @@ -2338,7 +2299,7 @@ Gjs_ui_panel_ActivitiesButton.panel-button:active, Gjs_ui_panel_ActivitiesButton
selected-color: #FFFFFF !important;
}

.search-entry:focus {
#overview .search-entry:focus {
color: rgba(0, 0, 0, 0.85);
border-color: transparent;
background-color: rgba(255, 255, 255, 0.95);
Expand All @@ -2349,25 +2310,57 @@ Gjs_ui_panel_ActivitiesButton.panel-button:active, Gjs_ui_panel_ActivitiesButton
selected-color: #FFFFFF !important;
}

.search-entry .search-entry-icon {
#overview .search-entry .search-entry-icon {
icon-size: 16px;
padding: 0 0;
color: rgba(0, 0, 0, 0.75);
}

.search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon {
#overview .search-entry:hover .search-entry-icon, #overview .search-entry:focus .search-entry-icon {
color: rgba(0, 0, 0, 0.75);
}

.search-entry:insensitive {
#overview .search-entry:insensitive {
color: rgba(0, 0, 0, 0.35);
box-shadow: none;
}

.search-entry StLabel.hint-text {
#overview .search-entry StLabel.hint-text {
color: rgba(0, 0, 0, 0.45);
}

.overview-controls {
padding-bottom: 32px;
}

.window-picker {
-horizontal-spacing: 16px;
-vertical-spacing: 16px;
padding: 0 16px 32px;
spacing: 12px;
}

.window-picker.external-monitor {
padding: 16px;
}

.window-clone-border {
border: 4px solid rgba(255, 255, 255, 0.3);
border-radius: 5px;
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.window-caption {
spacing: 25px;
color: rgba(255, 255, 255, 0.85);
background-color: rgba(0, 0, 0, 0.6);
border-radius: 12px;
padding: 4px 8px;
border: none;
font-size: 1em;
font-weight: normal;
}

#searchResultsBin {
max-width: 1000px;
}
Expand Down Expand Up @@ -2709,13 +2702,15 @@ StWidget.focused .app-well-app-running-dot {

.app-folder-dialog .folder-name-container .folder-name-entry {
border: none;
color: #FFFFFF;
background-color: rgba(255, 255, 255, 0.15);
selection-background-color: #1A73E8;
selected-color: #FFFFFF;
width: 300px;
}

.app-folder-dialog .folder-name-container .folder-name-entry:focus {
color: #FFFFFF;
background-color: rgba(255, 255, 255, 0.25);
}

Expand Down Expand Up @@ -3225,9 +3220,25 @@ StWidget.focused .app-well-app-running-dot {
background-color: #1A73E8;
}

.candidate-popup-boxpointer {
-arrow-border-radius: 3px;
-arrow-background-color: transparent;
-arrow-border-width: 0;
-arrow-border-color: transparent;
-arrow-base: 64px;
-arrow-rise: 12px;
-arrow-box-shadow: none;
background-color: transparent;
box-shadow: none;
}

.candidate-popup-content {
padding: 8px;
spacing: 0;
background-color: rgba(255, 255, 255, 0.95);
border-radius: 12px;
box-shadow: 0 10px 10px rgba(0, 0, 0, 0.285), 0 6px 3px rgba(0, 0, 0, 0.345);
margin: 2px 8px;
padding: 4px;
spacing: 4px;
}

.candidate-index {
Expand All @@ -3243,7 +3254,8 @@ StWidget.focused .app-well-app-running-dot {
transition-duration: 0ms;
min-height: 28px;
padding: 0 8px;
border-radius: 12px;
margin-right: 2px;
border-radius: 8px;
}

.candidate-box:hover {
Expand All @@ -3261,6 +3273,10 @@ StWidget.focused .app-well-app-running-dot {
color: rgba(255, 255, 255, 0.85);
}

.candidate-box:last-child {
margin-right: 0;
}

.candidate-page-button-box {
height: 28px;
}
Expand Down
Loading

0 comments on commit fcffc6e

Please sign in to comment.