mirror of
https://github.com/nextcloud/server.git
synced 2026-04-23 23:27:46 -04:00
Merge pull request #7566 from owncloud/button-outlines
Adds 0 Outlines to Buttons
This commit is contained in:
commit
8c1cd2b83e
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue