summaryrefslogtreecommitdiffstats
path: root/core/css/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'core/css/styles.css')
-rw-r--r--core/css/styles.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 1368d8bfa58..ddf72a34db5 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -329,7 +329,8 @@ input:disabled+label, input:disabled:hover+label, input:disabled:focus+label {
opacity: .7;
}
.searchbox input[type="search"]:focus,
-.searchbox input[type="search"]:active {
+.searchbox input[type="search"]:active,
+.searchbox input[type="search"]:valid {
color: #fff;
width: 155px;
max-width: 50%;
@@ -774,6 +775,9 @@ html.ie8 #body-login form input[type="checkbox"] {
color: #fff !important;
font-weight: 600 !important;
}
+.error a.button {
+ color: #555 !important;
+}
.error pre {
white-space: pre-wrap;
text-align: left;