Browse Source

Update css.php (#4803)

chansizzle 5 years ago
parent
commit
4835648cf5
1 changed files with 9 additions and 2 deletions
  1. 9 2
      themes/default/css.php

+ 9 - 2
themes/default/css.php

@@ -855,6 +855,13 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false;
 		color: #999;
 		}
 
+	div.domains_list_item_active a {
+		color: <?php echo ($_SESSION['theme']['domain_active_text_color']['text'] != '') ? $_SESSION['theme']['domain_active_text_color']['text'] : '#004083'; ?>;
+	}
+	div.domains_list_item_inactive a {
+		color: <?php echo ($_SESSION['theme']['domain_inactive_text_color']['text'] != '') ? $_SESSION['theme']['domain_inactive_text_color']['text'] : '#004083'; ?>;
+	}
+
 	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'; ?>;
 		}
@@ -867,7 +874,7 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false;
 	div.domains_list_item:hover span {
 		color: #5082ca;
 		}
-	
+
 	div.domains_list_item_active:hover a,
 	div.domains_list_item_active:hover span {
 		color: <?php echo ($_SESSION['theme']['domain_active_text_color_hover']['text']); ?>;
@@ -2304,4 +2311,4 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false;
 	.list-header > .no-wrap,
 	.list-row > .no-wrap {
 		white-space: nowrap;
-		}
+		}