aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index d716680ce..ce13fa94c 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -2487,6 +2487,12 @@ img.mail-list-sender-photo {
border-radius: $radiuspx;
}
+#note-text {
+ border: 1px solid #ccc;
+ border-radius: $radiuspx;
+ -moz-border-radius: $radiuspx;
+}
+
#saved-search-ul {
list-style-type: none;
}
@@ -2496,6 +2502,7 @@ img.mail-list-sender-photo {
}
#datebrowse-sidebar select {
+ border: 1px solid #ccc;
border-radius: $radiuspx;
-moz-border-radius: $radiuspx;
}