47 lines
833 B
SCSS
47 lines
833 B
SCSS
.icon-instrument-select {
|
|
.current-instrument {
|
|
width:24px;
|
|
height:24px;
|
|
font-size:20px;
|
|
cursor:pointer;
|
|
|
|
&.none {
|
|
height:22px;
|
|
width:22px;
|
|
border:1px solid white;
|
|
-webkit-border-radius:12px;
|
|
-moz-border-radius:12px;
|
|
border-radius:12px;
|
|
line-height:22px;
|
|
vertical-align: middle;
|
|
text-align:center;
|
|
}
|
|
}
|
|
ul {
|
|
display:none;
|
|
border:1px solid white;
|
|
max-height:250px;
|
|
position:absolute;
|
|
overflow:auto;
|
|
width:150px;
|
|
background-color:#333;
|
|
text-align:left;
|
|
}
|
|
}
|
|
|
|
.icon-instrument-selector-popup {
|
|
.bt-content {
|
|
height:150px;
|
|
width:150px;
|
|
background-color:#333;
|
|
text-align:left;
|
|
overflow:auto;
|
|
border:1px solid #ED3618;
|
|
|
|
li {
|
|
margin-left:5px;
|
|
list-style-type: none;
|
|
}
|
|
}
|
|
|
|
} |