diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-08 12:48:43 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-08 12:48:43 +0200 |
commit | ecd2738e8397e8773c13a8bc4bf4ebfb360442ba (patch) | |
tree | d7b062047ab412551727b0f9257a96da0bc0f7e6 /admin | |
parent | 8c1e100fe069d95d584f2ae9ebd0e892392cc303 (diff) | |
download | nextcloud-server-ecd2738e8397e8773c13a8bc4bf4ebfb360442ba.tar.gz nextcloud-server-ecd2738e8397e8773c13a8bc4bf4ebfb360442ba.zip |
fixed upload button
Diffstat (limited to 'admin')
-rw-r--r-- | admin/css/apps.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/admin/css/apps.css b/admin/css/apps.css index fa4dfe9f614..c6b4f69ebcb 100644 --- a/admin/css/apps.css +++ b/admin/css/apps.css @@ -7,4 +7,3 @@ table td.selection, table th.selection, table td.fileaction { width:2em; text-al table td.name a { padding:6px; text-decoration:none; color:#555555; } .type { text-decoration:none; color:#888888; font-size:.8em; } .description { text-decoration:none; color:#666666; font-size:.9em; } -input[type="submit"].enabled { background:#aea; -moz-box-shadow:0 1px 1px #f8f8f8, 0 1px 1px #cfc inset; -webkit-box-shadow:0 1px 1px #f8f8f8, 0 1px 1px #cfc inset; box-shadow:0 1px 1px #f8f8f8, 0 1px 1px #cfc inset; } |