diff options
author | Sarven Capadisli <csarven@status.net> | 2009-12-11 13:55:54 +0100 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-12-11 13:55:54 +0100 |
commit | 85473ecf94e92cd0e6503e4d27ea26452076aafd (patch) | |
tree | 77ab8835213eb71920779aab36d5657871fcbfff /theme/default/css | |
parent | 08901c98c4129c1d7707acb470e18f1056f2502e (diff) |
Removed styles from entity_remote_subscribe (doesn't need special
treatment) in default and identica themes
Diffstat (limited to 'theme/default/css')
-rw-r--r-- | theme/default/css/display.css | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/theme/default/css/display.css b/theme/default/css/display.css index fc97101bb..d4fcb2343 100644 --- a/theme/default/css/display.css +++ b/theme/default/css/display.css @@ -30,8 +30,7 @@ border-radius:4px; input, textarea, select, option { font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; } -input, textarea, select, -.entity_remote_subscribe { +input, textarea, select { border-color:#AAAAAA; } @@ -56,14 +55,12 @@ background:none; } .form_notice.warning #notice_text-count, -.form_settings .form_note, -.entity_remote_subscribe { +.form_settings .form_note { background-color:#9BB43E; } input.submit, .form_notice.warning #notice_text-count, .form_settings .form_note, -.entity_remote_subscribe, .entity_actions a, .entity_actions input, .entity_moderation p, @@ -81,12 +78,10 @@ background-color:transparent; input:focus, textarea:focus, select:focus, .form_notice.warning #notice_data-text, .form_notice.warning #notice_text-count, -.form_settings .form_note, -.entity_remote_subscribe { +.form_settings .form_note { border-color:#9BB43E; } -input.submit, -.entity_remote_subscribe { +input.submit { color:#FFFFFF; } .entity_actions input.submit { |