]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix duplicate rules for button/input styles, em to px
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Mon, 31 Mar 2014 10:27:26 +0000 (12:27 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Mon, 31 Mar 2014 10:27:26 +0000 (12:27 +0200)
core/css/styles.css

index 9719de191ef1c1ad9ac3bb4c16b1514c52f26e26..68317d1588ae330b6db348d747555d11d5b31a92 100644 (file)
@@ -99,6 +99,8 @@ input[type="time"],
 textarea,
 select,
 button, .button,
+input[type="submit"],
+input[type="button"],
 #quota,
 .pager li a {
        width: 130px;
@@ -173,14 +175,12 @@ input[type="submit"], input[type="button"],
 button, .button,
 #quota, select, .pager li a {
        width: auto;
-       padding: .4em;
+       padding: 5px;
        background-color: rgba(240,240,240,.9);
        font-weight: bold;
        color: #555;
        border: 1px solid rgba(190,190,190,.9);
        cursor: pointer;
-       border-radius: 3px;
-       outline: none;
 }
 input[type="submit"]:hover, input[type="submit"]:focus,
 input[type="button"]:hover, input[type="button"]:focus,