mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 15:55:04 +00:00
Cleaning up CSS
This commit is contained in:
parent
d911a1c026
commit
04f057232d
1 changed files with 0 additions and 10 deletions
|
@ -135,25 +135,15 @@ a:focus {
|
||||||
}
|
}
|
||||||
|
|
||||||
::-moz-selection {
|
::-moz-selection {
|
||||||
text-shadow: none;
|
|
||||||
background: #fcfcfc;
|
background: #fcfcfc;
|
||||||
background: rgba(255,255,255,.2);
|
background: rgba(255,255,255,.2);
|
||||||
}
|
}
|
||||||
|
|
||||||
::selection {
|
::selection {
|
||||||
text-shadow: none;
|
|
||||||
background: #fcfcfc;
|
background: #fcfcfc;
|
||||||
background: rgba(255,255,255,.2);
|
background: rgba(255,255,255,.2);
|
||||||
}
|
}
|
||||||
|
|
||||||
img::selection {
|
|
||||||
background: 0 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
img::-moz-selection {
|
|
||||||
background: 0 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type="text"] {
|
input[type="text"] {
|
||||||
border: 1px solid #488c1d;
|
border: 1px solid #488c1d;
|
||||||
color: #488c1d;
|
color: #488c1d;
|
||||||
|
|
Loading…
Reference in a new issue