Adjust more-apps menu to better match the overall theme

https://bugzilla.gnome.org/show_bug.cgi?id=612452
This commit is contained in:
Florian Müllner 2010-03-03 01:07:18 +01:00
parent 730e8ffdf9
commit 79865172d3
2 changed files with 7 additions and 7 deletions

View File

@ -44,16 +44,16 @@ StScrollView
StScrollView > .top-shadow StScrollView > .top-shadow
{ {
background-gradient-direction: vertical; background-gradient-direction: vertical;
background-gradient-start: rgba(0, 0, 0, 255); background-gradient-start: #111111;
background-gradient-end: rgba(0, 0, 0, 0); background-gradient-end: rgba(17, 17, 17, 0);
height: 30px; height: 30px;
} }
StScrollView > .bottom-shadow StScrollView > .bottom-shadow
{ {
background-gradient-direction: vertical; background-gradient-direction: vertical;
background-gradient-start: rgba(0, 0, 0, 0); background-gradient-start: rgba(17, 17, 17, 0);
background-gradient-end: rgba(0, 0, 0, 255); background-gradient-end: #111111;
height: 30px; height: 30px;
} }
@ -413,8 +413,8 @@ StTooltip {
.all-app { .all-app {
border-radius: 10px; border-radius: 10px;
background-color: rgba(0,0,0,0.95); background-color: #111111;
border: 1px solid #262626; border: 2px solid #868686;
color: #ffffff; color: #ffffff;
height: 400px; height: 400px;
} }

View File

@ -81,7 +81,7 @@
sodipodi:cx="84.5" sodipodi:cx="84.5"
sodipodi:sides="3" sodipodi:sides="3"
id="path5497-5" 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" /> sodipodi:type="star" />
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB