aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authorjeroenpraat <jeroenpraat@xs4all.nl>2014-04-16 21:51:13 +0000
committerjeroenpraat <jeroenpraat@xs4all.nl>2014-04-16 21:51:13 +0000
commit68545ceeb61cd833f6560156cf2ced9c9ecd6c43 (patch)
treece61b75f4561bf165ce9d6e40feabfd36c57ee30 /view/theme/redbasic/css
parent9589d12c936a7a8958caf7192d0eb6d84174a6f7 (diff)
downloadvolse-hubzilla-68545ceeb61cd833f6560156cf2ced9c9ecd6c43.tar.gz
volse-hubzilla-68545ceeb61cd833f6560156cf2ced9c9ecd6c43.tar.bz2
volse-hubzilla-68545ceeb61cd833f6560156cf2ced9c9ecd6c43.zip
Dark schema: fixed code view, ACL window and preview
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css23
1 files changed, 16 insertions, 7 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 8d91e0169..60d0f4bc6 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -92,9 +92,9 @@ code {
font-family: Courier, monospace;
display: block;
overflow: auto;
- border: 1px solid #444;
- background: #EEE;
- color: #444;
+ border: 1px solid $code_borderc;
+ background: $code_bgcolour;
+ color: $code_txtcolour;
padding: 10px;
margin-top: 20px;
max-width: 80%;
@@ -216,7 +216,7 @@ footer {
}
.preview {
- background: url('../img/gray_and_white_diagonal_stripes_background_seamless.gif');
+ background: url('../img/$preview_backgroundimg');
}
#theme-preview {
@@ -1592,6 +1592,10 @@ header {
clear: both;
}
+.modal-content {
+ background-color: $acl_bgcolour;
+}
+
#acl-search {
margin-top: 20px;
padding: 8px;
@@ -1609,7 +1613,7 @@ header {
#acl-list {
display: block;
- border: 1px solid #cccccc;
+ border: 1px solid $acl_bordercolour;
overflow: auto;
clear: both;
min-height: 62px;
@@ -1622,7 +1626,7 @@ header {
.acl-list-item {
width: calc(50% - 10px);
- border: 1px solid #cccccc;
+ border: 1px solid $acl_bordercolour;
margin: 0px 0px 10px 10px;
padding: 5px;
float: left;
@@ -1658,6 +1662,11 @@ header {
.acl-button-hide {
float: right;
margin-left: 5px;
+ $aclbutton_linkcolour
+}
+
+#acl-showall {
+ $aclbutton_linkcolour
}
.contact-block-content {
@@ -2109,7 +2118,7 @@ img.mail-list-sender-photo {
}
.abook-self {
- background-color: #ffdddd;
+ background-color: $abookself_bgcolour;
}
.online-now {