[gnome-shell] theme: Improve legibility of date and time in the lock screen
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] theme: Improve legibility of date and time in the lock screen
- Date: Fri, 3 Aug 2012 15:23:12 +0000 (UTC)
commit cca84761a51b50b302dc104d866e0d6d80059ca0
Author: Allan Day <allanpday gmail com>
Date: Wed Aug 1 14:12:12 2012 +0100
theme: Improve legibility of date and time in the lock screen
Adjust the drop shadow to make the date and time easier to read.
data/theme/gnome-shell.css | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index ca58930..93fb6b8 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -72,7 +72,7 @@ StScrollView.hfade {
StScrollView StScrollBar {
min-width: 14px;
- min-height: 16px;
+ min-height: 14px;
}
StScrollBar StBin#trough {
@@ -2227,13 +2227,14 @@ StButton.popup-menu-item:insensitive {
.screen-shield-clock {
color: white;
- text-shadow: black 0px 0px 2px 0px;
+ text-shadow: 0px 1px 2px rgba(0,0,0,0.6);
font-weight: bold;
text-align: center;
}
.screen-shield-clock-time {
font-size: 86px;
+ text-shadow: 0px 2px 2px rgba(0,0,0,0.4);
}
.screen-shield-clock-date {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]