]> source.dussan.org Git - nextcloud-server.git/commitdiff
only style text, password and search inputs like inputs, instead of using unsupported...
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 14 Feb 2013 14:53:36 +0000 (15:53 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 14 Feb 2013 14:53:36 +0000 (15:53 +0100)
core/css/styles.css

index 34f1d388c136929e1dbafadd623a69eb6de81daf..5662e508767b3ca0341183d2e5d3d9f5057f101e 100644 (file)
@@ -34,7 +34,8 @@ filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35537a', endC
 
 /* INPUTS */
 input[type="text"], input[type="password"] { cursor:text; }
-input:not([type="checkbox"]):not([type="radio"]), textarea, select, button, .button, #quota, div.jp-progress, .pager li a {
+input[type="text"], input[type="password"], input[type="search"],
+textarea, select, button, .button, #quota, div.jp-progress, .pager li a {
        width:10em; margin:.3em; padding:.6em .5em .4em;
        font-size:1em; font-family:Arial, Verdana, sans-serif;
        background:#fff; color:#333; border:1px solid #ddd; outline:none;