changes
This commit is contained in:
parent
7bfaf12c3f
commit
6deefc859d
18
todo.css
18
todo.css
|
@ -17,7 +17,22 @@ input{
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border: none;
|
border: none;
|
||||||
border-bottom: 2px solid #d3d3d3; color: #d3d3d3;
|
border-bottom: 2px solid #d3d3d3; color: #d3d3d3;
|
||||||
z-index: 1;
|
|
||||||
|
}
|
||||||
|
::-webkit-input-placeholder {
|
||||||
|
color: red;
|
||||||
|
}
|
||||||
|
|
||||||
|
:-moz-placeholder { /* Firefox 18- */
|
||||||
|
color: red;
|
||||||
|
}
|
||||||
|
|
||||||
|
::-moz-placeholder { /* Firefox 19+ */
|
||||||
|
color: red;
|
||||||
|
}
|
||||||
|
|
||||||
|
:-ms-input-placeholder {
|
||||||
|
color: red;
|
||||||
}
|
}
|
||||||
|
|
||||||
#todo-text{
|
#todo-text{
|
||||||
|
@ -27,6 +42,7 @@ input{
|
||||||
width: 90px;
|
width: 90px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#todos, #todos li{
|
#todos, #todos li{
|
||||||
font-family: 'Orbitron', sans-serif;
|
font-family: 'Orbitron', sans-serif;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user