fix various styling issues
This commit is contained in:
parent
ce8f86e587
commit
5faea6a934
2 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,6 @@
|
|||
overflow: auto;
|
||||
position: absolute;
|
||||
z-index: 999;
|
||||
font-family: consolas, courier, monospace;
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -4,8 +4,9 @@
|
|||
box-orient: horizontal; -moz-box-orient: horizontal; -webkit-box-orient: horizontal;
|
||||
box-align: center; -moz-box-align: center; -webkit-box-align: center;
|
||||
color: #333;
|
||||
background-color: @input_bg;
|
||||
background-color: #EEE;
|
||||
width: 100%;
|
||||
font-family: consolas, courier, monospace;
|
||||
}
|
||||
.cptRowIn > * { padding-left: 2px; padding-right: 2px; }
|
||||
.cptRowIn > img { cursor: pointer; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue