From: Sarven Capadisli Date: Sun, 8 Nov 2009 19:13:31 +0000 (+0000) Subject: Removed entity_actions response style (i.e., doesn't look like a button) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2542305b2f4f793e44fa16e47165456fcb7460d5;p=quix0rs-gnu-social.git Removed entity_actions response style (i.e., doesn't look like a button) --- diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 7cc9440824..091bc410fc 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 369e393da9..048b85fda1 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 06db5c3253..7d9f0ea2dc 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);