summaryrefslogtreecommitdiff
path: root/themes/default
diff options
context:
space:
mode:
authorAndy Staudacher <andy.st@gmail.com>2009-09-01 01:30:45 -0700
committerAndy Staudacher <andy.st@gmail.com>2009-09-01 01:30:45 -0700
commit295fc0c14ce938e02bf17c350a50d36b73802ad0 (patch)
treebca710729b7d1cdefebf02dd4be38fb2643846f7 /themes/default
parentfe37483aca648b6f7de65f1eb53b8cfd49401f71 (diff)
parentdfb2e3dd0260a2cb073c5e0e808b47f1a5ca6c42 (diff)
Merge commit 'upstream/master'
Diffstat (limited to 'themes/default')
-rw-r--r--themes/default/css/screen.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css
index 7cf4cfbe..96be8996 100644
--- a/themes/default/css/screen.css
+++ b/themes/default/css/screen.css
@@ -71,8 +71,12 @@ a,
#gDialog a,
.gButtonLink,
.gButtonLink:hover,
-.gButtonLink:active {
- color: #5382BF !important;
+.gButtonLink:active,
+a.ui-state-hover,
+input.ui-state-hover,
+button.ui-state-hover {
+ color: #5382bf !important;
+ cursor: pointer !important;
text-decoration: none;
-moz-outline-style: none;
}
@@ -371,6 +375,7 @@ form .gError,
background-color: #e8e8e8;
border-bottom: 1px solid #ccc;
font-size: .8em;
+ min-height: 5em;
padding: 1em 20px;
position: relative;
}