diff options
Diffstat (limited to 'admin/css/apps.css')
-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; } |