[gnome-shell] polkit: Update style of password entry
- From: Florian MÃllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] polkit: Update style of password entry
- Date: Wed, 3 Aug 2011 11:03:35 +0000 (UTC)
commit 3fd90dfcb11675178e6b0c4a671d7db0acec47b4
Author: Florian MÃllner <fmuellner gnome org>
Date: Wed Jul 27 16:53:45 2011 +0200
polkit: Update style of password entry
Use a subtle gradient background and add a blue border when focused.
https://bugzilla.gnome.org/show_bug.cgi?id=655422
data/theme/gnome-shell.css | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 9a6218d..eacdbc6 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -1816,9 +1816,16 @@ StTooltip StLabel {
}
.polkit-dialog-password-entry {
- background-color: white;
+ background-gradient-start: rgb(236,236,236);
+ background-gradient-end: white;
+ background-gradient-direction: vertical;
color: black;
border-radius: 5px;
+ border: 2px solid #555753;
+}
+
+.polkit-dialog-password-entry:focus {
+ border: 2px solid #3465a4;
}
.polkit-dialog-error-label {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]