Browse Source

relocate input styles

update-to-0.20.1
Rich-Harris 9 years ago
parent
commit
6e9bc819a4
  1. 16
      src/app/Input/Module.html
  2. 16
      src/styles/button.css

16
src/app/Input/Module.html

@ -34,22 +34,6 @@
/*background-color: #f4f4f4;*/
}
.module-name {
display: block;
width: 100%;
font-family: inherit;
font-size: inherit;
padding: 0.5em;
border: none;
outline: none;
line-height: 1;
color: #333;
}
.module-name:focus {
background-color: #eee;
}
.entry-module-label {
color: #999;
}

16
src/styles/button.css

@ -34,3 +34,19 @@ select {
background-size: auto 100%;
outline: none;
}
input {
display: block;
width: 100%;
font-family: inherit;
font-size: inherit;
padding: 0.5em;
border: none;
outline: none;
line-height: 1;
color: #333;
}
input:focus {
background-color: #eee;
}

Loading…
Cancel
Save