Added custom text selection colour

This commit is contained in:
Dan Leech 2015-11-06 18:50:13 +00:00
parent e2a10db64a
commit 05bde05f2a
3 changed files with 24 additions and 0 deletions

View file

@ -171,6 +171,14 @@
text-transform: uppercase;
width: 100%;
}
.tiles ::selection {
background: #FFF;
color: #333;
}
.tiles ::-moz-selection {
background: #FFF;
color: #333;
}
.tiles li:hover {
border: 0.125rem solid #FFF;
padding: 1.375rem 0.875rem;

View file

@ -171,6 +171,14 @@
text-transform: uppercase;
width: 100%;
}
.tiles ::selection {
background: #FFF;
color: #333;
}
.tiles ::-moz-selection {
background: #FFF;
color: #333;
}
.tiles li:hover {
border: 0.125rem solid #FFF;
padding: 1.375rem 0.875rem;

View file

@ -171,6 +171,14 @@
text-transform: uppercase;
width: 100%;
}
.tiles ::selection {
background: #FFF;
color: #333;
}
.tiles ::-moz-selection {
background: #FFF;
color: #333;
}
.tiles li:hover {
border: 0.125rem solid #FFF;
padding: 1.375rem 0.875rem;