Selection styles

This commit is contained in:
imakewebthings 2011-08-11 11:25:34 +08:00
parent 63f0a7588f
commit f33aed82de
4 changed files with 8 additions and 4 deletions

View file

@ -40,9 +40,11 @@ body, .deck-container {
}
.deck-container ::-moz-selection {
background: #c00;
color: #fff;
}
.deck-container ::selection {
background: #c00;
color: #fff;
}
.deck-container a, .deck-container a:active, .deck-container a:visited {
color: #c00;

View file

@ -46,8 +46,8 @@ body, .deck-container {
}
}
::-moz-selection{ background:#c00; }
::selection { background:#c00; }
::-moz-selection{ background:#c00; color:#fff; }
::selection { background:#c00; color:#fff; }
a {
&, &:active, &:visited {

View file

@ -136,9 +136,11 @@ body, .deck-container {
}
.deck-container ::-moz-selection {
background: #08455f;
color: #fff;
}
.deck-container ::selection {
background: #08455f;
color: #fff;
}
.deck-container a, .deck-container a:active, .deck-container a:visited {
color: #599;

View file

@ -152,8 +152,8 @@ body, .deck-container {
@include border-radius(5px);
}
::-moz-selection{ background:#08455f; }
::selection { background:#08455f; }
::-moz-selection{ background:#08455f; color:#fff; }
::selection { background:#08455f; color:#fff; }
a {
&, &:active, &:visited {