diff options
author | Sarven Capadisli <csarven@status.net> | 2009-12-23 15:42:37 -0500 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-12-23 15:42:37 -0500 |
commit | bc4f1824eab81580fd862ad7f3c0d412868d7c68 (patch) | |
tree | 5f066a09b7bed4d8336c9a25b666de9641e14005 /theme/identica | |
parent | eab6d1c95450cf9b209a0961ac325f2f9ce87d80 (diff) |
Init UI for Repeat notice option confirmation dialog.
Diffstat (limited to 'theme/identica')
-rw-r--r-- | theme/identica/css/display.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css index aa02070ac..009a726f1 100644 --- a/theme/identica/css/display.css +++ b/theme/identica/css/display.css @@ -350,6 +350,9 @@ opacity:0.4; .notices li:hover div.notice-options { opacity:1; } +.opaque { +opacity:1 !important; +} .notice-options a, .notice-options input { font-family:sans-serif; |