aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authorjeroenpraat <jeroenpraat@xs4all.nl>2014-06-11 14:32:57 +0000
committerjeroenpraat <jeroenpraat@xs4all.nl>2014-06-11 14:32:57 +0000
commit3e20a0d784151892397860fcc6f88d8be3e71bf2 (patch)
treea0ad5e613919465c29e993a9ef49cbddff5c61c3 /view/theme/redbasic/css
parent4a4281448f3485f03aa5b8b1bac1175e217a58c2 (diff)
downloadvolse-hubzilla-3e20a0d784151892397860fcc6f88d8be3e71bf2.tar.gz
volse-hubzilla-3e20a0d784151892397860fcc6f88d8be3e71bf2.tar.bz2
volse-hubzilla-3e20a0d784151892397860fcc6f88d8be3e71bf2.zip
update nl / dark schema: fixed prev/next buttons connections page and directory / same css layout for those buttons
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css28
1 files changed, 22 insertions, 6 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index b2d78c5a5..cdbf770b6 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -556,9 +556,11 @@ aside li {
.pager_last,
.pager_prev,
.pager_next,
-.pager_n {
- border: 1px solid black;
- background: #EEE;
+.pager-prev,
+.pager-next,
+.pager_n {
+ border: 1px solid $editbuttons_bordercolour;
+ background: $editbuttons_bgcolour;
padding: 4px;
}
@@ -567,12 +569,11 @@ aside li {
.pager_prev a,
.pager_next a,
.pager_n a {
- text-decoration: none;
}
.pager_current {
- border: 1px solid black;
- background: #FFCCCC;
+ border: 1px solid transparent;
+ background: transparent;
padding: 4px;
}
@@ -990,6 +991,15 @@ aside li {
color: #FF0000;
}
+.fc-state-highlight {
+ background: none repeat scroll 0% 0% $cal_bgcolour !important;
+}
+
+#fancybox-content {
+ border: 0px solid $fancybox_bgcolour;
+ background-color: $fancybox_bgcolour;
+}
+
.settings-block {
border: 1px solid #AAA;
margin: 10px;
@@ -2288,6 +2298,12 @@ blockquote {
text-decoration: none;
}
+.well {
+ background-color: $advperm_bgcolour;
+ border: 1px solid $advperm_bordercol;
+ background-image: linear-gradient(to bottom, $advperm_gradientcol 0px, $advperm_bgcolour 100%);
+}
+
@media screen and (max-width: 767px) {
aside#region_1 {