浏览代码

Update css.php

FusionPBX 5 年之前
父节点
当前提交
bf4f5408f2
共有 1 个文件被更改,包括 7 次插入7 次删除
  1. 7 7
      themes/default/css.php

+ 7 - 7
themes/default/css.php

@@ -984,17 +984,17 @@ header('Expires: '.gmdate('D, d M Y H:i:s',time()+3600).' GMT');
 		cursor: pointer;
 		}
 
-	div.domains_list_item span.domain_list_item_description, 
-	div.domains_list_item_active 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,
-	
+
 	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;
 		}
 
-	div.domains_list_item span.domain_list_item_description, 
-	div.domains_list_item_active 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;
 		}
@@ -1023,7 +1023,7 @@ header('Expires: '.gmdate('D, d M Y H:i:s',time()+3600).' GMT');
 	div.domains_list_item_active:hover span {
 		color: <?php echo ($_SESSION['theme']['domain_active_text_color_hover']['text']); ?>;
 	}
-	
+
 	div.domains_list_item_inactive:hover a,
 	div.domains_list_item_inactive:hover span {
 		color: <?php echo ($_SESSION['theme']['domain_inactive_text_color_hover']['text']); ?>;
@@ -2718,4 +2718,4 @@ header('Expires: '.gmdate('D, d M Y H:i:s',time()+3600).' GMT');
 		echo $_SESSION['theme']['custom_css_code']['text'];
 	}
 
-?>
+?>