Removed entity_actions response style (i.e., doesn't look like a button)

This commit is contained in:
Sarven Capadisli 2009-11-08 19:13:31 +00:00
parent 1b902bcc45
commit 2542305b2f
3 changed files with 1 additions and 10 deletions

View File

@ -654,11 +654,7 @@ font-weight:bold;
display:block; display:block;
} }
.entity_actions a, .entity_actions a,
.entity_actions input, .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);
border-radius:4px; border-radius:4px;
-moz-border-radius:4px; -moz-border-radius:4px;
-webkit-border-radius:4px; -webkit-border-radius:4px;
@ -996,9 +992,6 @@ border:0;
padding:0; padding:0;
} }
.notice-options a { .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; width:16px;
height:16px; height:16px;
} }

View File

@ -52,7 +52,6 @@ input.submit,
.entity_remote_subscribe, .entity_remote_subscribe,
.entity_actions a, .entity_actions a,
.entity_actions input, .entity_actions input,
.entity_actions p,
button.close { button.close {
background-color:#9BB43E; background-color:#9BB43E;
box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3); box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);

View File

@ -52,7 +52,6 @@ input.submit,
.entity_remote_subscribe, .entity_remote_subscribe,
.entity_actions a, .entity_actions a,
.entity_actions input, .entity_actions input,
.entity_actions p,
button.close { button.close {
box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3); box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
-moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3); -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);