summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-08-25 14:22:00 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-08-25 14:22:00 +0200
commitd337c2bf0e2fe5d4de2eb088ecfe00f337aba018 (patch)
tree9fb293d8661b79e0fbca03c8fa88c2bd5ab6bfc1 /core
parent494c1d741798874c865b76fcf6918c978f944257 (diff)
downloadnextcloud-server-d337c2bf0e2fe5d4de2eb088ecfe00f337aba018.tar.gz
nextcloud-server-d337c2bf0e2fe5d4de2eb088ecfe00f337aba018.zip
remove border from button style
Diffstat (limited to 'core')
-rw-r--r--core/css/styles.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 619a9df7433..0bed45d0927 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -200,7 +200,7 @@ button, .button,
background-color: rgba(240,240,240,.9);
font-weight: bold;
color: #555;
- border: 1px solid rgba(190,190,190,.9);
+ border: 1px solid rgba(240,240,240,.9);
cursor: pointer;
}
input[type="submit"]:hover, input[type="submit"]:focus,