diff options
author | Sarven Capadisli <csarven@status.net> | 2009-11-08 19:40:54 +0100 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-11-08 19:40:54 +0100 |
commit | bbfe29b9deb1543fce5138289ee6ecbde56d73e3 (patch) | |
tree | b3573644b7883291a249c2b72f8587f0f5cb2179 | |
parent | a580689d4083655b414c3585d7fca26afbe73f0e (diff) |
Updated nudge styles
-rw-r--r-- | theme/base/css/display.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index f2dc5f05d..4327fc45d 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -654,7 +654,8 @@ font-weight:bold; display:block; } .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); |