aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-03-19 16:17:01 +0100
committerMario Vavti <mario@mariovavti.com>2015-03-19 16:17:01 +0100
commitd1dd883d8868d25e1be0a67723210b5171f3a449 (patch)
tree3fab087ed2562b9c3136ed207c2c0cd2008ca8bc /view/theme/redbasic/css
parentdb355db9a6fe2bb369ca464391a010d992b72447 (diff)
downloadvolse-hubzilla-d1dd883d8868d25e1be0a67723210b5171f3a449.tar.gz
volse-hubzilla-d1dd883d8868d25e1be0a67723210b5171f3a449.tar.bz2
volse-hubzilla-d1dd883d8868d25e1be0a67723210b5171f3a449.zip
remove more $vars from style.css
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css31
1 files changed, 5 insertions, 26 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index a7f2a6754..f1807da83 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -493,18 +493,10 @@ footer {
font-size: 0.7em;
}
-#cboxContent {
- color: $dirpopup_txtcol;
-}
-
#colorbox {
padding: 5px;
}
-#cboxContent a {
- color: $dirpopup_linkcol;
-}
-
.app-name {
overflow: none;
}
@@ -967,12 +959,12 @@ nav .acpopup {
}
.fc-state-highlight {
- background: none repeat scroll 0% 0% $cal_bgcolour !important;
+ background: none repeat scroll 0% 0% #FCF8E3 !important;
}
#colorbox {
- border: 0px solid $fancybox_bgcolour;
- background-color: $fancybox_bgcolour;
+ border: 0px solid #fff;
+ background-color: #fff;
z-index: 9;
}
@@ -1590,7 +1582,7 @@ text-decoration: none;
}
#adminpage table tr:hover {
- background-color: $admintable_hoverbgcol;
+ background-color: #BBC7D7;
}
table {
@@ -1867,7 +1859,7 @@ img.mail-list-sender-photo {
.chat-item-text {
border-radius: $radiuspx;
- background-color: $chat_txtbgcol;
+ background-color: #eee;
}
/* nav bootstrap */
@@ -2194,19 +2186,6 @@ aside .nav > li > a:hover, aside .nav > li > a:focus {
text-decoration: none;
}
-.alert-info {
- color: $alert_txtcolour;
- background-color:$alert_bgcolour;
- border-color: $alert_bordercol;
- background-image: linear-gradient(to bottom, $alert_bgcolour 0px, $alert_gradientcol 100%);
-}
-
-.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 {
background: rgba(0, 0, 0, .1);