mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
This reverts commit 6f8ae925ba.
Conflicts:
app/assets/stylesheets/bootplus_overrides.css.less
21 lines
645 B
SCSS
21 lines
645 B
SCSS
form {
|
|
.text_field {
|
|
padding: 0 8px;
|
|
border-top: 1px solid #c0c0c0;
|
|
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
|
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
|
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
|
min-height: 29px;
|
|
background-color: #ffffff;
|
|
border: 1px solid #d9d9d9;
|
|
-webkit-transition: border linear .2s, box-shadow linear .2s;
|
|
-moz-transition: border linear .2s, box-shadow linear .2s;
|
|
-o-transition: border linear .2s, box-shadow linear .2s;
|
|
transition: border linear .2s, box-shadow linear .2s;
|
|
}
|
|
}
|
|
|
|
#placeholder_map_input {
|
|
width: 100%;
|
|
display: block;
|
|
} |