diff options
-rw-r--r-- | theme/base/css/display.css | 9 | ||||
-rw-r--r-- | theme/default/css/display.css | 1 | ||||
-rw-r--r-- | theme/identica/css/display.css | 1 |
3 files changed, 1 insertions, 10 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 7cc944082..091bc410f 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -654,11 +654,7 @@ font-weight:bold; display:block; } .entity_actions a, -.entity_actions input, -.entity_actions p { -box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3); --moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3); --webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3); +.entity_actions input { border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; @@ -996,9 +992,6 @@ border:0; padding:0; } .notice-options a { -box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3); --moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3); --webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3); width:16px; height:16px; } diff --git a/theme/default/css/display.css b/theme/default/css/display.css index 369e393da..048b85fda 100644 --- a/theme/default/css/display.css +++ b/theme/default/css/display.css @@ -52,7 +52,6 @@ input.submit, .entity_remote_subscribe, .entity_actions a, .entity_actions input, -.entity_actions p, button.close { background-color:#9BB43E; box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3); diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css index 06db5c325..7d9f0ea2d 100644 --- a/theme/identica/css/display.css +++ b/theme/identica/css/display.css @@ -52,7 +52,6 @@ input.submit, .entity_remote_subscribe, .entity_actions a, .entity_actions input, -.entity_actions p, button.close { box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3); -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3); |