[gnome-shell] theme: Fix unlock button colors
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] theme: Fix unlock button colors
- Date: Fri, 3 Aug 2012 15:22:57 +0000 (UTC)
commit 30cd1e84bca8e4526f718ec1fb306b8334cb3946
Author: Allan Day <allanpday gmail com>
Date: Wed Aug 1 09:46:20 2012 +0100
theme: Fix unlock button colors
The colors for the new button were far too brash. This makes them
consistent with the mockups.
data/theme/gnome-shell.css | 13 ++++++++-----
1 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 6bd6d01..8df5adc 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -2209,6 +2209,7 @@ StButton.popup-menu-item:insensitive {
height: .75em;
}
+
.login-dialog .modal-dialog-button {
border: 1px solid white;
border-radius: 5px;
@@ -2216,19 +2217,21 @@ StButton.popup-menu-item:insensitive {
}
.login-dialog .modal-dialog-button:default {
- background-gradient-start: #6060cc;
- background-gradient-end: #3030E0;
+ background-gradient-start: #6793c4;
+ background-gradient-end: #335d8f;
background-gradient-direction: vertical;
- border: 2px solid #1010E0;
+ border: 2px solid #16335d;
}
.login-dialog .modal-dialog-button:hover {
- background-gradient-start: #7878cc;
+ background-gradient-start: #74a0d0;
+ background-gradient-end: #436d9f;
}
.login-dialog .modal-dialog-button:active,
.login-dialog .modal-dialog-button:pressed {
- background-gradient-start: #9090cc;
+ background-gradient-start: #436d9f;
+ background-gradient-end: #74a0d0;
}
.unlock-dialog-user-name-container {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]