From 2542305b2f4f793e44fa16e47165456fcb7460d5 Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Sun, 8 Nov 2009 19:13:31 +0000 Subject: Removed entity_actions response style (i.e., doesn't look like a button) --- theme/base/css/display.css | 9 +-------- theme/default/css/display.css | 1 - theme/identica/css/display.css | 1 - 3 files changed, 1 insertion(+), 10 deletions(-) (limited to 'theme') 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); -- cgit v1.2.3-54-g00ecf