diff options
author | raghunayyar <me@iraghu.com> | 2014-03-05 19:36:36 +0530 |
---|---|---|
committer | raghunayyar <me@iraghu.com> | 2014-03-05 19:36:36 +0530 |
commit | 5a9689eb5c97b3cf6c38f0289622955109e23b11 (patch) | |
tree | d5ff5261ca76cb057776d9129853479391a8ec41 /core | |
parent | 36d7c0b6a7ed79ec1c578476a797648715b3b000 (diff) | |
download | nextcloud-server-5a9689eb5c97b3cf6c38f0289622955109e23b11.tar.gz nextcloud-server-5a9689eb5c97b3cf6c38f0289622955109e23b11.zip |
Adds 0 Outlines to Buttons
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index bf9ca835dca..69cf6df07d0 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -175,6 +175,7 @@ button, .button, 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, |