mirror of
https://ark.sudovanilla.org/Korbs/electron-tabs.git
synced 2024-12-23 03:53:53 +00:00
Improve dragula support
This commit is contained in:
parent
6428039463
commit
39164158e1
|
@ -22,6 +22,15 @@
|
||||||
border: 1px solid #aaa;
|
border: 1px solid #aaa;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
background: linear-gradient(to bottom, rgba(234,234,234,1) 0%,rgba(204,204,204,1) 100%);
|
background: linear-gradient(to bottom, rgba(234,234,234,1) 0%,rgba(204,204,204,1) 100%);
|
||||||
|
font: caption;
|
||||||
|
font-size: 14px;
|
||||||
|
background-color: #ccc;
|
||||||
|
cursor: default;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Dragula */
|
||||||
|
.etabs-tab.gu-mirror {
|
||||||
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.etabs-tab:first-child {
|
.etabs-tab:first-child {
|
||||||
|
|
Loading…
Reference in a new issue