[gnome-shell] css: Remove places and recent items
- From: Adel Gadllah <agadllah src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] css: Remove places and recent items
- Date: Fri, 14 Jan 2011 21:04:19 +0000 (UTC)
commit 1fca8a8b95a8e73cc225c9abb5f735fd9cad92a3
Author: Adel Gadllah <adel gadllah gmail com>
Date: Fri Jan 14 21:58:24 2011 +0100
css: Remove places and recent items
They no longer exist so they should be removed from css as well.
data/theme/gnome-shell.css | 51 --------------------------------------------
1 files changed, 0 insertions(+), 51 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 393cce9..58e1c73 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -554,57 +554,6 @@ StTooltip StLabel {
font-size: 12px
}
-/* Places */
-
-.places-section {
- spacing-columns: 4px;
- spacing-rows: 4px;
-}
-
-.places-item-box {
- spacing: 2px;
-}
-
-.places-item {
- border-radius: 4px;
- padding: 2px;
- border: 1px solid #181818;
- padding-left: 4px;
- padding-right: 4px;
- transition-duration: 100;
-}
-
-.places-item:hover {
- border: 1px solid #666666;
- background-gradient-direction: vertical;
- background-gradient-start: rgba(61,61,61,0.8);
- background-gradient-end: rgba(24,24,24,0.2);
- transition-duration: 100;
-}
-
-/* Recent items */
-
-.recent-docs-item-box {
- spacing: 2px;
-}
-
-.recent-docs-item {
- border-radius: 4px;
- padding: 2px;
- border: 1px solid #181818;
- padding-left: 4px;
- padding-right: 4px;
- transition-duration: 100;
-}
-
-.recent-docs-item:hover {
- border: 1px solid #666666;
- background-gradient-direction: vertical;
- background-gradient-start: rgba(61,61,61,0.8);
- background-gradient-end: rgba(24,24,24,0.2);
- transition-duration: 100;
-}
-
/* LookingGlass */
#LookingGlassDialog
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]