Improve text input style in GitHub
This commit is contained in:
parent
ef12824860
commit
425169dec7
|
@ -52,6 +52,27 @@
|
|||
}
|
||||
}
|
||||
|
||||
.octotree_optsview {
|
||||
input[type=text], textarea {
|
||||
padding: 4px 8px;
|
||||
color: #24292e;
|
||||
background-color: #fafbfc;
|
||||
border: 1px solid #d1d5da;
|
||||
border-radius: 3px;
|
||||
outline: none;
|
||||
box-shadow: rgba(27, 31, 35, 0.075) 0px 1px 2px inset;
|
||||
|
||||
&:focus {
|
||||
border-color: #2188ff;
|
||||
box-shadow: inset 0 1px 2px rgba(27,31,35,0.075), 0 0 0 0.2em rgba(3,102,214,0.3);
|
||||
}
|
||||
}
|
||||
|
||||
textarea {
|
||||
padding: 6px 8px;
|
||||
}
|
||||
}
|
||||
|
||||
.octotree_treeview {
|
||||
.octotree_header_repo {
|
||||
font-size: 13px;
|
||||
|
|
Loading…
Reference in New Issue