summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-02 11:40:53 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-02 11:40:53 +0200
commit93abef40598cc5c522d735aa31398ee20c7f65c1 (patch)
tree4f6df3c3e0ef3fb03017921b5e08c2a679fae867 /core/css
parent689bbbe937a56c2975160a6ba6d4ca55fdc54e3b (diff)
downloadnextcloud-server-93abef40598cc5c522d735aa31398ee20c7f65c1.tar.gz
nextcloud-server-93abef40598cc5c522d735aa31398ee20c7f65c1.zip
also style submit buttons
Diffstat (limited to 'core/css')
-rw-r--r--core/css/apps.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/css/apps.css b/core/css/apps.css
index a657182ecaf..104de91877f 100644
--- a/core/css/apps.css
+++ b/core/css/apps.css
@@ -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;