mirror of https://gitlab.com/octtspacc/OcttKB
20 lines
310 B
CSS
20 lines
310 B
CSS
|
.tb-inc-controls{
|
||
|
margin-top:-2em;
|
||
|
padding: 5px;
|
||
|
display:none;
|
||
|
}
|
||
|
.tb-inc-tab-content .tb-inc{
|
||
|
margin:0;
|
||
|
padding:0;
|
||
|
position:relative;
|
||
|
}
|
||
|
.tb-inc-tab-content .tb-inc-controls{
|
||
|
position:absolute;
|
||
|
margin-top:-5px;
|
||
|
right:0;
|
||
|
top:0;
|
||
|
}
|
||
|
.tb-inc:hover > .tb-inc-controls{
|
||
|
display:block;
|
||
|
float:right;
|
||
|
}
|