]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - theme/default/css/display.css
Switch default, identica themes from @import to theme.ini include key; doesn't make...
[quix0rs-gnu-social.git] / theme / default / css / display.css
index 44dc9a7c33d8a4f8dce03166f7624ff4eb063266..92b40690c738af43e3f4a3fe375521a2d671d0f3 100644 (file)
@@ -7,8 +7,6 @@
  * @link      http://status.net/
  */
 
-@import url(../../base/css/display.css) screen, projection, tv, print;
-
 @media screen, projection, tv {
 body,
 a:active {
@@ -154,15 +152,14 @@ color:#333333;
 .entity_actions .dialogbox input {
 color:#000000;
 }
-.form_notice .attach-label {
+.form_notice label[for=notice_data-attach] {
 background-position:0 -328px;
 }
-.form_notice .attach {
-position: absolute;
+.form_notice #notice_data-attach {
 opacity:0;
 }
 
-.form_notice .attach-label,
+.form_notice label[for=notice_data-attach],
 #export_data li a.rss,
 #export_data li a.atom,
 #export_data li a.foaf,