Fix selection style
// FREEBIE
This commit is contained in:
parent
e0befc888b
commit
4652c2cff3
2 changed files with 12 additions and 3 deletions
|
@ -4,7 +4,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&, .body {
|
&, .body {
|
||||||
&::selection, a::selection,
|
&::selection, a::selection {
|
||||||
|
background: white;
|
||||||
|
color: $grey_d;
|
||||||
|
}
|
||||||
&::-moz-selection, a::-moz-selection {
|
&::-moz-selection, a::-moz-selection {
|
||||||
background: white;
|
background: white;
|
||||||
color: $grey_d;
|
color: $grey_d;
|
||||||
|
|
|
@ -1465,7 +1465,10 @@ li.entry .error-icon-container {
|
||||||
float: right; }
|
float: right; }
|
||||||
.ios .outgoing .content .body, .ios .outgoing .content .body .meta {
|
.ios .outgoing .content .body, .ios .outgoing .content .body .meta {
|
||||||
color: white; }
|
color: white; }
|
||||||
.ios .outgoing .content .body::selection, .ios .outgoing .content .body a::selection, .ios .outgoing .content .body::-moz-selection, .ios .outgoing .content .body a::-moz-selection, .ios .outgoing .content .body .body::selection, .ios .outgoing .content .body .body a::selection, .ios .outgoing .content .body .body::-moz-selection, .ios .outgoing .content .body .body a::-moz-selection {
|
.ios .outgoing .content .body::selection, .ios .outgoing .content .body a::selection, .ios .outgoing .content .body .body::selection, .ios .outgoing .content .body .body a::selection {
|
||||||
|
background: white;
|
||||||
|
color: #454545; }
|
||||||
|
.ios .outgoing .content .body::-moz-selection, .ios .outgoing .content .body a::-moz-selection, .ios .outgoing .content .body .body::-moz-selection, .ios .outgoing .content .body .body a::-moz-selection {
|
||||||
background: white;
|
background: white;
|
||||||
color: #454545; }
|
color: #454545; }
|
||||||
.ios .outgoing .content .body a, .ios .outgoing .content .body .attachments a, .ios .outgoing .content .body .content a {
|
.ios .outgoing .content .body a, .ios .outgoing .content .body .attachments a, .ios .outgoing .content .body .content a {
|
||||||
|
@ -1534,7 +1537,10 @@ li.entry .error-icon-container {
|
||||||
background-color: #f3f3f3; }
|
background-color: #f3f3f3; }
|
||||||
.android .incoming .bubble, .android .incoming .bubble .meta {
|
.android .incoming .bubble, .android .incoming .bubble .meta {
|
||||||
color: white; }
|
color: white; }
|
||||||
.android .incoming .bubble::selection, .android .incoming .bubble a::selection, .android .incoming .bubble::-moz-selection, .android .incoming .bubble a::-moz-selection, .android .incoming .bubble .body::selection, .android .incoming .bubble .body a::selection, .android .incoming .bubble .body::-moz-selection, .android .incoming .bubble .body a::-moz-selection {
|
.android .incoming .bubble::selection, .android .incoming .bubble a::selection, .android .incoming .bubble .body::selection, .android .incoming .bubble .body a::selection {
|
||||||
|
background: white;
|
||||||
|
color: #454545; }
|
||||||
|
.android .incoming .bubble::-moz-selection, .android .incoming .bubble a::-moz-selection, .android .incoming .bubble .body::-moz-selection, .android .incoming .bubble .body a::-moz-selection {
|
||||||
background: white;
|
background: white;
|
||||||
color: #454545; }
|
color: #454545; }
|
||||||
.android .incoming .bubble a, .android .incoming .bubble .attachments a, .android .incoming .bubble .content a {
|
.android .incoming .bubble a, .android .incoming .bubble .attachments a, .android .incoming .bubble .content a {
|
||||||
|
|
Loading…
Reference in a new issue