aboutsummaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-01-01 13:48:32 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-01-01 13:48:32 +0100
commit50c41d9bb2b1766feac984685bb2a954ab4799f3 (patch)
treedf15fd8557896511563928fe414073baf5c27751 /p
parent8beb15460a3c55c37264fdf414e7dcf9ff4e2a62 (diff)
Détails multi-utilisateur
https://github.com/marienfressinaud/FreshRSS/issues/126
Diffstat (limited to 'p')
-rw-r--r--p/themes/default/global.css2
-rw-r--r--p/themes/flat-design/global.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/p/themes/default/global.css b/p/themes/default/global.css
index 913da4b27..2cc195f90 100644
--- a/p/themes/default/global.css
+++ b/p/themes/default/global.css
@@ -112,7 +112,7 @@ input, select, textarea {
border-color: #33BBFF;
box-shadow: 0 2px 2px #DDDDFF inset;
}
- input:invalid {
+ input:invalid, select:invalid {
border-color: red;
box-shadow: 0 0 2px 1px red;
}
diff --git a/p/themes/flat-design/global.css b/p/themes/flat-design/global.css
index cb9495865..c24a9f481 100644
--- a/p/themes/flat-design/global.css
+++ b/p/themes/flat-design/global.css
@@ -113,7 +113,7 @@ input, select, textarea {
color: #333;
border-color: #2980b9;
}
- input:invalid {
+ input:invalid, select:invalid {
border-color: red;
box-shadow: 0 0 2px 1px red;
}