aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css13
1 files changed, 12 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 5e7d87df5..06aa08030 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -534,11 +534,18 @@ aside li {
}
-
.directory-details {
font-size: 0.7em;
}
+#cboxContent {
+ color: $dirpopup_txtcol;
+}
+
+#cboxContent a {
+ color: $dirpopup_linkcol;
+}
+
.app-name {
width: 125px;
overflow: none;
@@ -1802,6 +1809,10 @@ text-decoration: none;
margin-right: 10px;
}
+#adminpage table tr:hover {
+ background-color: $admintable_hoverbgcol;
+}
+
/* message */
img.mail-list-sender-photo {