diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-04-03 20:06:26 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-04-03 20:06:26 +0200 |
commit | cd079e3421e18ec394559860bcd98213f0bd0e1b (patch) | |
tree | ca8d2e7249b7f664eb128159ee67641ff0dea9ad /core | |
parent | a35d869e15c9a18c12e6e3f5694b7969aeb25fde (diff) | |
download | nextcloud-server-cd079e3421e18ec394559860bcd98213f0bd0e1b.tar.gz nextcloud-server-cd079e3421e18ec394559860bcd98213f0bd0e1b.zip |
group some selectors again
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.css | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 20a9da776d0..f290102a331 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -37,11 +37,7 @@ filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35537a', endC /* INPUTS */ -input[type="text"], -input[type="password"], -input[type="search"], -input[type="number"], -input[type="email"], +input[type="text"], input[type="password"], input[type="search"], input[type="number"], input[type="email"], textarea, select, button, .button, #quota, div.jp-progress, .pager li a { @@ -80,8 +76,7 @@ input[type="checkbox"]:hover+label, input[type="checkbox"]:focus+label { color:# /* BUTTONS */ -input[type="submit"], -input[type="button"], +input[type="submit"], input[type="button"], button, .button, #quota, div.jp-progress, select, .pager li a { width:auto; padding:.4em; |