Updated button styles. By default, all buttons will have a drop-shadow

This commit is contained in:
Sarven Capadisli 2009-11-18 16:08:11 +00:00
parent 4823463e3f
commit ad627ac451
2 changed files with 2 additions and 3 deletions

View File

@ -52,8 +52,7 @@ input.submit,
.entity_remote_subscribe,
.entity_actions a,
.entity_actions input,
button.close {
background-color:#9BB43E;
button {
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);

View File

@ -52,7 +52,7 @@ input.submit,
.entity_remote_subscribe,
.entity_actions a,
.entity_actions input,
button.close {
button {
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);