Ver código fonte

Update css.php (#4760)

chansizzle 6 anos atrás
pai
commit
ab9c737503
1 arquivos alterados com 9 adições e 4 exclusões
  1. 9 4
      themes/default/css.php

+ 9 - 4
themes/default/css.php

@@ -767,19 +767,24 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false;
 
 
 	div.domains_list_item span.domain_list_item_description, 
 	div.domains_list_item span.domain_list_item_description, 
 	div.domains_list_item_active span.domain_list_item_description, 
 	div.domains_list_item_active span.domain_list_item_description, 
-	div.domains_list_item_inactive span.domain_list_item_description {
+	div.domains_list_item_inactive span.domain_list_item_description,
+	
+	div.domains_list_item_active span.domain_active_list_item_description,
+	div.domains_list_item_inactive span.domain_inactive_list_item_description {
 		font-size: 11px;
 		font-size: 11px;
 		}
 		}
 
 
-	div.domains_list_item span.domain_list_item_description {
+	div.domains_list_item span.domain_list_item_description, 
+	div.domains_list_item_active span.domain_list_item_description, 
+	div.domains_list_item_inactive span.domain_list_item_description {
 		color: #999;
 		color: #999;
 		}
 		}
 
 
-	div.domains_list_item_active span.domain_list_item_description {
+	div.domains_list_item_active span.domain_active_list_item_description {
 		color: <?php echo ($_SESSION['theme']['domain_active_desc_text_color']['text'] != '') ? $_SESSION['theme']['domain_active_desc_text_color']['text'] : '#999'; ?>;
 		color: <?php echo ($_SESSION['theme']['domain_active_desc_text_color']['text'] != '') ? $_SESSION['theme']['domain_active_desc_text_color']['text'] : '#999'; ?>;
 		}
 		}
 
 
-	div.domains_list_item_inactive span.domain_list_item_description {
+	div.domains_list_item_inactive span.domain_inactive_list_item_description {
 		color: <?php echo ($_SESSION['theme']['domain_inactive_desc_text_color']['text'] != '') ? $_SESSION['theme']['domain_inactive_desc_text_color']['text'] : '#999'; ?>;
 		color: <?php echo ($_SESSION['theme']['domain_inactive_desc_text_color']['text'] != '') ? $_SESSION['theme']['domain_inactive_desc_text_color']['text'] : '#999'; ?>;
 		}
 		}