summaryrefslogtreecommitdiff
path: root/skins/larry/styles.css
diff options
context:
space:
mode:
authorThomas B. <thomas@roundcube.net>2013-07-29 23:25:54 -0700
committerThomas B. <thomas@roundcube.net>2013-07-29 23:25:54 -0700
commit86dd03677466ceb37e0a2d3d43e8a76472966745 (patch)
treeb481ebe916723698e9db839f9bf53bf228c650bb /skins/larry/styles.css
parentd59a8d29d6ae877e9f56a0e3fe3d1068661a9473 (diff)
parentbb0ff201408a7bc5711588e6afdacf7e7f30d920 (diff)
Merge pull request #96 from Dennis1993/patch-6
Added required attribute and delete deprecated border attributes
Diffstat (limited to 'skins/larry/styles.css')
-rw-r--r--skins/larry/styles.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css
index ec4f3047c..288b010ed 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -50,6 +50,8 @@ textarea {
input[type="text"]:focus,
input[type="password"]:focus,
+input[type="text"]:required,
+input[type="password"]:required,
input.button:focus,
textarea:focus {
border-color: #4787b1;
@@ -611,6 +613,7 @@ a.iconlink.upload {
#toplogo {
padding-top: 2px;
cursor: pointer;
+ border: none;
}
.topleft {
@@ -1578,6 +1581,7 @@ ul.proplist li {
#login-form #logo {
margin-bottom: 20px;
+ border: none;
}
#login-form #message {