[gnome-shell] Adjust more-apps menu to better match the overall theme
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] Adjust more-apps menu to better match the overall theme
- Date: Thu, 11 Mar 2010 19:55:05 +0000 (UTC)
commit 79865172d3e183e27d9f2e649b2f5d9c8928b48e
Author: Florian Müllner <fmuellner src gnome org>
Date: Wed Mar 3 01:07:18 2010 +0100
Adjust more-apps menu to better match the overall theme
https://bugzilla.gnome.org/show_bug.cgi?id=612452
data/theme/gnome-shell.css | 12 ++++++------
data/theme/section-more-open.svg | 2 +-
2 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 43c52b2..5fa11de 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -44,16 +44,16 @@ StScrollView
StScrollView > .top-shadow
{
background-gradient-direction: vertical;
- background-gradient-start: rgba(0, 0, 0, 255);
- background-gradient-end: rgba(0, 0, 0, 0);
+ background-gradient-start: #111111;
+ background-gradient-end: rgba(17, 17, 17, 0);
height: 30px;
}
StScrollView > .bottom-shadow
{
background-gradient-direction: vertical;
- background-gradient-start: rgba(0, 0, 0, 0);
- background-gradient-end: rgba(0, 0, 0, 255);
+ background-gradient-start: rgba(17, 17, 17, 0);
+ background-gradient-end: #111111;
height: 30px;
}
@@ -413,8 +413,8 @@ StTooltip {
.all-app {
border-radius: 10px;
- background-color: rgba(0,0,0,0.95);
- border: 1px solid #262626;
+ background-color: #111111;
+ border: 2px solid #868686;
color: #ffffff;
height: 400px;
}
diff --git a/data/theme/section-more-open.svg b/data/theme/section-more-open.svg
index 536ac90..d0402d9 100644
--- a/data/theme/section-more-open.svg
+++ b/data/theme/section-more-open.svg
@@ -81,7 +81,7 @@
sodipodi:cx="84.5"
sodipodi:sides="3"
id="path5497-5"
- style="fill:#5f5f5f;fill-opacity:1;stroke:#5f5f5f;stroke-width:0.59699643;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.59699643;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
sodipodi:type="star" />
</g>
</svg>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]