diff options
author | Sarven Capadisli <csarven@status.net> | 2009-11-08 19:13:31 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-11-08 19:13:31 +0000 |
commit | 2542305b2f4f793e44fa16e47165456fcb7460d5 (patch) | |
tree | 653177d6bb547b409165322578d4fb7139b15541 | |
parent | 1b902bcc45e7b0adfc57a995a8d885e76ce2d44b (diff) |
Removed entity_actions response style (i.e., doesn't look like a button)
-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); |