remove textview border

pull/562/head
Horst3180 8 years ago
parent da9ce16f2c
commit 5fd6b58a42

@ -55,21 +55,7 @@ textview text {
border-radius: 2px; }
textview border {
background-color: #3c414e;
background-image: image(rgba(0, 0, 0, 0.2));
background-repeat: no-repeat; }
textview border.bottom {
background-size: 100% 1px;
background-position: top; }
textview border.top {
background-size: 100% 1px;
background-position: bottom; }
textview border.left {
background-size: 1px 100%;
background-position: right; }
textview border.right {
background-size: 1px 100%;
background-position: left; }
background-color: #3c414e; }
rubberband, flowbox rubberband, treeview.view rubberband, .content-view rubberband,
.rubberband {

@ -55,21 +55,7 @@ textview text {
border-radius: 2px; }
textview border {
background-color: #fafbfb;
background-image: image(rgba(0, 0, 0, 0.2));
background-repeat: no-repeat; }
textview border.bottom {
background-size: 100% 1px;
background-position: top; }
textview border.top {
background-size: 100% 1px;
background-position: bottom; }
textview border.left {
background-size: 1px 100%;
background-position: right; }
textview border.right {
background-size: 1px 100%;
background-position: left; }
background-color: #fafbfb; }
rubberband, flowbox rubberband, treeview.view rubberband, .content-view rubberband,
.rubberband {

@ -55,21 +55,7 @@ textview text {
border-radius: 2px; }
textview border {
background-color: #3c414e;
background-image: image(rgba(0, 0, 0, 0.2));
background-repeat: no-repeat; }
textview border.bottom {
background-size: 100% 1px;
background-position: top; }
textview border.top {
background-size: 100% 1px;
background-position: bottom; }
textview border.left {
background-size: 1px 100%;
background-position: right; }
textview border.right {
background-size: 1px 100%;
background-position: left; }
background-color: #3c414e; }
rubberband, flowbox rubberband, treeview.view rubberband, .content-view rubberband,
.rubberband {

@ -55,21 +55,7 @@ textview text {
border-radius: 2px; }
textview border {
background-color: #fafbfb;
background-image: image(rgba(0, 0, 0, 0.2));
background-repeat: no-repeat; }
textview border.bottom {
background-size: 100% 1px;
background-position: top; }
textview border.top {
background-size: 100% 1px;
background-position: bottom; }
textview border.left {
background-size: 1px 100%;
background-position: right; }
textview border.right {
background-size: 1px 100%;
background-position: left; }
background-color: #fafbfb; }
rubberband, flowbox rubberband, treeview.view rubberband, .content-view rubberband,
.rubberband {

@ -55,21 +55,7 @@ textview text {
border-radius: 2px; }
textview border {
background-color: #fafbfb;
background-image: image(rgba(0, 0, 0, 0.2));
background-repeat: no-repeat; }
textview border.bottom {
background-size: 100% 1px;
background-position: top; }
textview border.top {
background-size: 100% 1px;
background-position: bottom; }
textview border.left {
background-size: 1px 100%;
background-position: right; }
textview border.right {
background-size: 1px 100%;
background-position: left; }
background-color: #fafbfb; }
rubberband, flowbox rubberband, treeview.view rubberband, .content-view rubberband,
.rubberband {

@ -55,21 +55,7 @@ textview text {
border-radius: 2px; }
textview border {
background-color: #fafbfb;
background-image: image(rgba(0, 0, 0, 0.2));
background-repeat: no-repeat; }
textview border.bottom {
background-size: 100% 1px;
background-position: top; }
textview border.top {
background-size: 100% 1px;
background-position: bottom; }
textview border.left {
background-size: 1px 100%;
background-position: right; }
textview border.right {
background-size: 1px 100%;
background-position: left; }
background-color: #fafbfb; }
rubberband, flowbox rubberband, treeview.view rubberband, .content-view rubberband,
.rubberband {

@ -87,31 +87,7 @@ textview {
}
}
textview border {
background-color: mix($bg_color, $base_color, 50%);
background-image: image(transparentize(black, 0.8)); // HACK: the border node just draws background so,
background-repeat: no-repeat; // using a background-image to draw the border
&.bottom {
background-size: 100% 1px;
background-position: top;
}
&.top {
background-size: 100% 1px;
background-position: bottom;
}
&.left {
background-size: 1px 100%;
background-position: right;
}
&.right {
background-size: 1px 100%;
background-position: left;
}
}
textview border { background-color: mix($bg_color, $base_color, 50%); }
iconview { @extend .view; }

Loading…
Cancel
Save