]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Removed entity_actions response style (i.e., doesn't look like a button)
authorSarven Capadisli <csarven@status.net>
Sun, 8 Nov 2009 19:13:31 +0000 (19:13 +0000)
committerSarven Capadisli <csarven@status.net>
Sun, 8 Nov 2009 19:13:31 +0000 (19:13 +0000)
theme/base/css/display.css
theme/default/css/display.css
theme/identica/css/display.css

index 7cc9440824adf1d6b96a720e06a0fe2394eb26bd..091bc410fc3a2afc5e3b378859deee158b857aec 100644 (file)
@@ -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;
 }
index 369e393da92430ecebdf5bd2c7ab17bddef18f2a..048b85fda11e76edd684a83111b4419283ee280b 100644 (file)
@@ -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);
index 06db5c32534213b194001b536e4e05365de0c09d..7d9f0ea2dcaa2e209e8f2013d454b26889fabd1a 100644 (file)
@@ -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);