[gnome-shell/wip/paging-release2: 21/22] gnome-shell.css: Change icons style to follow new design
- From: Carlos Soriano <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/paging-release2: 21/22] gnome-shell.css: Change icons style to follow new design
- Date: Mon, 26 Aug 2013 13:16:21 +0000 (UTC)
commit 06ee5f91679f5c2603646ff474ba91d8c438f0d1
Author: Carlos Soriano <carlos soriano89 gmail com>
Date: Wed Jul 17 11:03:49 2013 +0200
gnome-shell.css: Change icons style to follow new design
Change the background, glow and labels of the Dash and AppDisplay
to follow the new design
https://bugzilla.gnome.org/show_bug.cgi?id=706081
data/theme/gnome-shell.css | 60 +++++++++++++++++++++++++++++++++----------
js/ui/iconGrid.js | 9 ++++--
2 files changed, 52 insertions(+), 17 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 7619947..dda512b 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -47,8 +47,11 @@ stage {
.window-caption,
.switcher-list,
.app-well-app > .overview-icon,
+.app-well-app > .overview-icon-with-label,
.show-apps > .overview-icon,
-.grid-search-result .overview-icon {
+.show-apps > .overview-icon-with-label,
+.grid-search-result .overview-icon
+.grid-search-result .overview-icon-with-label {
font-size: 9pt;
font-weight: bold;
}
@@ -907,11 +910,12 @@ StScrollBar StButton#vhandle:active {
/* Application Launchers, Grid and List results */
.icon-grid {
- spacing: 36px;
- -shell-grid-horizontal-item-size: 118px;
- -shell-grid-vertical-item-size: 118px;
+ spacing: 30px;
+ -shell-grid-horizontal-item-size: 136px;
+ -shell-grid-vertical-item-size: 136px;
}
+.icon-grid .overview-icon-with-label,
.icon-grid .overview-icon {
icon-size: 96px;
}
@@ -987,13 +991,26 @@ StScrollBar StButton#vhandle:active {
background-image: url("more-results.svg");
}
-.app-well-app > .overview-icon,
-.show-apps > .overview-icon,
+.app-well-app > .overview-icon-with-label,
.search-provider-icon,
.list-search-result,
-.grid-search-result .overview-icon {
+.grid-search-result .overview-icon-with-label {
border-radius: 4px;
- padding: 3px;
+ /* visually, since the label control its own espacing inside,
+ seems more visual consistent to have diferent padding for
+ top and bottom */
+ padding: 10px 8px 5px 8px;
+ border: 1px rgba(0,0,0,0);
+ transition-duration: 100ms;
+ text-align: center;
+ spacing: 4px;
+}
+
+.app-well-app > .overview-icon,
+.show-apps > .overview-icon,
+.grid-search-result .overview-icon {
+ border-radius: 4px;
+ padding: 6px;
border: 1px rgba(0,0,0,0);
transition-duration: 100ms;
text-align: center;
@@ -1005,7 +1022,7 @@ StScrollBar StButton#vhandle:active {
.app-folder-popup {
-arrow-border-radius: 8px;
- -arrow-background-color: black;
+ -arrow-background-color: rgba(0,0,0,0.3);
-arrow-base: 24px;
-arrow-rise: 11px;
}
@@ -1014,29 +1031,35 @@ StScrollBar StButton#vhandle:active {
padding: 15px;
}
+.app-well-app.running > .overview-icon-with-label,
.app-well-app.running > .overview-icon {
text-shadow: black 0px 2px 2px;
background-image: url("running-indicator.svg");
background-size: contain;
}
+.app-well-app.app-folder > .overview-icon-with-label,
.app-well-app.app-folder > .overview-icon {
- background-color: rgba(0,0,0,0.5);
+ background-color: rgba(0,0,0,0.3);
}
+.app-well-app:hover > .overview-icon-with-label,
.app-well-app:hover > .overview-icon,
.show-apps:hover > .overview-icon,
+.show-apps:hover > .overview-icon-with-label,
.search-provider-icon:hover,
.list-search-result:hover,
-.grid-search-result:hover .overview-icon {
+.grid-search-result:hover .overview-icon,
+.grid-search-result:hover .overview-icon-with-label {
background-color: rgba(255,255,255,0.1);
text-shadow: black 0px 2px 2px;
transition-duration: 100ms;
color:white;
}
-.app-display .app-well-app > .overview-icon {
- border-radius: 10px;
+.app-display .app-well-app > .overview-icon,
+.app-display .app-well-app > .overview-icon-with-label {
+ border-radius: 4px;
}
.list-search-result:hover .list-search-result-description {
@@ -1056,9 +1079,13 @@ StScrollBar StButton#vhandle:active {
}
.app-well-app:checked > .overview-icon,
+.app-well-app:checked > .overview-icon-with-label,
.app-well-app:active > .overview-icon,
+.app-well-app:active > .overview-icon-with-label,
.show-apps:checked > .overview-icon,
-.show-apps:active > .overview-icon {
+.show-apps:checked > .overview-icon-with-label,
+.show-apps:active > .overview-icon,
+.show-apps:active > .overview-icon-with-label {
background-gradient-start: rgba(255, 255, 255, .05);
background-gradient-end: rgba(255, 255, 255, .15);
background-gradient-direction: vertical;
@@ -1074,12 +1101,17 @@ StScrollBar StButton#vhandle:active {
}
.app-well-app:focus > .overview-icon,
+.app-well-app:focus > .overview-icon-with-label,
.grid-search-result:focus .overview-icon,
+.grid-search-result:focus .overview-icon-with-label,
.show-apps:focus > .overview-icon,
+.show-apps:focus > .overview-icon-with-label,
.search-provider-icon:focus,
.list-search-result:focus,
.app-well-app:selected > .overview-icon,
+.app-well-app:selected > .overview-icon-with-label,
.grid-search-result:selected .overview-icon,
+.grid-search-result:selected .overview-icon-with-label,
.search-provider-icon:selected,
.list-search-result:selected {
background-color: rgba(255,255,255,0.33);
diff --git a/js/ui/iconGrid.js b/js/ui/iconGrid.js
index 8d55c13..86e9644 100644
--- a/js/ui/iconGrid.js
+++ b/js/ui/iconGrid.js
@@ -18,9 +18,12 @@ const BaseIcon = new Lang.Class({
params = Params.parse(params, { createIcon: null,
setSizeManually: false,
showLabel: true });
- this.actor = new St.Bin({ style_class: 'overview-icon',
- x_fill: true,
- y_fill: true });
+ let binParams = { style_class: 'overview-icon',
+ x_fill: true,
+ y_fill: true };
+ if (params['showLabel'])
+ binParams['style_class'] = 'overview-icon-with-label';
+ this.actor = new St.Bin(binParams);
this.actor._delegate = this;
this.actor.connect('style-changed',
Lang.bind(this, this._onStyleChanged));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]