mirror of
https://github.com/sruupl/batflat.git
synced 2026-01-13 17:32:03 +01:00
20 lines
391 B
CSS
20 lines
391 B
CSS
#textarea-tabs {
|
|
border-bottom: 0;
|
|
}
|
|
#textarea-tabs > li > a
|
|
{
|
|
border-top: 0;
|
|
}
|
|
#textarea-tabs > li.active > a,
|
|
#textarea-tabs > li.active > a:hover,
|
|
#textarea-tabs > li.active > a:focus {
|
|
border-color: #ccc;
|
|
border-top: 0;
|
|
}
|
|
#textarea-tabs.markItUp {
|
|
margin-top: -5px;
|
|
}
|
|
.markItUpFooter {
|
|
position: relative;
|
|
z-index: 1;
|
|
} |