mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #10816 from owncloud/app-nav-submit
Also style submit buttons for navigation inputs
This commit is contained in:
commit
70c54d485a
1 changed files with 2 additions and 1 deletions
|
|
@ -343,7 +343,8 @@
|
|||
border: 1px solid rgba(190,190,190,.9);
|
||||
}
|
||||
|
||||
#app-navigation .app-navigation-entry-edit button {
|
||||
#app-navigation .app-navigation-entry-edit button,
|
||||
#app-navigation .app-navigation-entry-edit input[type="submit"] {
|
||||
width: 36px;
|
||||
height: 38px;
|
||||
float: left;
|
||||
|
|
|
|||
Loading…
Reference in a new issue