mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-11 08:25:46 +01:00
20 lines
317 B
Plaintext
20 lines
317 B
Plaintext
|
|
.selectable {
|
||
|
|
.selector {
|
||
|
|
position: absolute;
|
||
|
|
border: 1px solid #89B;
|
||
|
|
background: #BCE;
|
||
|
|
background-color: #BEC;
|
||
|
|
border-color: #8B9;
|
||
|
|
z-index: 999;
|
||
|
|
}
|
||
|
|
|
||
|
|
.selection {
|
||
|
|
border: 1px solid transparent;
|
||
|
|
margin: 2px;
|
||
|
|
|
||
|
|
&.dropped, &.active {
|
||
|
|
background-color: #ECF1DB;
|
||
|
|
border: 1px dashed #9B8;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|