aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy/light/style.less
diff options
context:
space:
mode:
authorSimon L'nu <simon.lnu@gmail.com>2012-05-21 02:47:43 -0400
committerSimon L'nu <simon.lnu@gmail.com>2012-05-21 02:47:43 -0400
commitcb2702249fd80ce4e9d82f98a9a152f82e123dc7 (patch)
tree4b5740bc58e524a0a3e0efc55a6fbec0e49fc9a5 /view/theme/dispy/light/style.less
parentf65d8e50be9fe31b459d56380ee1d426f5880c5c (diff)
downloadvolse-hubzilla-cb2702249fd80ce4e9d82f98a9a152f82e123dc7.tar.gz
volse-hubzilla-cb2702249fd80ce4e9d82f98a9a152f82e123dc7.tar.bz2
volse-hubzilla-cb2702249fd80ce4e9d82f98a9a152f82e123dc7.zip
fix dumb mistake in light
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'view/theme/dispy/light/style.less')
-rw-r--r--view/theme/dispy/light/style.less6
1 files changed, 3 insertions, 3 deletions
diff --git a/view/theme/dispy/light/style.less b/view/theme/dispy/light/style.less
index ed9dfdd69..86a30109b 100644
--- a/view/theme/dispy/light/style.less
+++ b/view/theme/dispy/light/style.less
@@ -62,7 +62,7 @@ input,
select,
textarea {
color: @main_colour;
- background-color: @bg_colour;
+ background-color: white;
}
select {
.borders(1px, dotted, darken(@main_alt_colour, 26.8%));
@@ -303,7 +303,7 @@ h6 {
[class$="-desc"],
[id$="-desc"] {
color: @bg_colour;
- background: @main_colour;
+ background: @dk_bg_colour;
.borders(1px, outset, @bg_colour);
.rounded_corners;
// .box_shadow(3px, 3px, 5px);
@@ -1377,7 +1377,7 @@ nav #nav-notifications-linkmenu {
.wall-item-ago {
clear: left;
float: left;
- color: @bg_colour;
+ color: @main_colour;
line-height: 1;
display: inline-block;
font-size: 0.75em;