Commit 1512a6dc authored by Randall Leeds's avatar Randall Leeds

be more direct with background colors

parent 8fb96ed7
...@@ -176,7 +176,7 @@ $iconset: iconset_wireframe; ...@@ -176,7 +176,7 @@ $iconset: iconset_wireframe;
.hyp-logo { .hyp-logo {
font-size: 2em; font-size: 2em;
padding: 0.25em; padding: 0.25em;
text-shadow: 0px 2px 1px white; } text-shadow: 0px 2px 1px #fff; }
.hyp-red { .hyp-red {
color: $red; color: $red;
...@@ -272,7 +272,7 @@ $threadexp-width: 1em; ...@@ -272,7 +272,7 @@ $threadexp-width: 1em;
//CONTROLS //CONTROLS
.annotator-controls { .annotator-controls {
@include box-shadow(-1em 0 1em 0 #fff); @include box-shadow(-1em 0 1em 0 #fff);
background-color: #fff; background: #fff;
.hyp-meta > & { .hyp-meta > & {
position: absolute; position: absolute;
...@@ -458,7 +458,6 @@ $threadexp-width: 1em; ...@@ -458,7 +458,6 @@ $threadexp-width: 1em;
//ANNOTATION DETAIL //ANNOTATION DETAIL
.hyp-detail { .hyp-detail {
background-color: white;
margin-left: -$thread-padding / 2; margin-left: -$thread-padding / 2;
& > .hyp-reply > .hyp-meta > .annotator-controls { & > .hyp-reply > .hyp-meta > .annotator-controls {
...@@ -595,7 +594,6 @@ $threadexp-width: 1em; ...@@ -595,7 +594,6 @@ $threadexp-width: 1em;
//EDITOR //EDITOR
.hyp-writer { .hyp-writer {
@include smallshadow(0, 2px, 0.2); @include smallshadow(0, 2px, 0.2);
background-color: white;
textarea { textarea {
width: 100%; width: 100%;
max-width: 100%; max-width: 100%;
...@@ -619,7 +617,6 @@ $threadexp-width: 1em; ...@@ -619,7 +617,6 @@ $threadexp-width: 1em;
"box-shadow,-moz-box-shadow,-webkit-box-shadow", "box-shadow,-moz-box-shadow,-webkit-box-shadow",
.1s, ease-in-out); .1s, ease-in-out);
line-height: 1.25em; line-height: 1.25em;
background: hsla(0, 0%, 100%, 1);
@include smallshadow(2px, 3px, 0.2); @include smallshadow(2px, 3px, 0.2);
cursor: pointer; cursor: pointer;
...@@ -663,7 +660,7 @@ $threadexp-width: 1em; ...@@ -663,7 +660,7 @@ $threadexp-width: 1em;
.hyp-widget { .hyp-widget {
@include border-radius(.2em); @include border-radius(.2em);
@include smallshadow; @include smallshadow;
background: white; background: #fff;
margin: 1em; margin: 1em;
padding: 1em; padding: 1em;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment