From 39164158e16d4c5f6ad86aa27b30279ea378979e Mon Sep 17 00:00:00 2001 From: Thomas Brouard Date: Wed, 2 Nov 2016 17:59:56 +0100 Subject: [PATCH] Improve dragula support --- electron-tabs.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/electron-tabs.css b/electron-tabs.css index a661595..6cec355 100644 --- a/electron-tabs.css +++ b/electron-tabs.css @@ -22,6 +22,15 @@ border: 1px solid #aaa; border-bottom: none; 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 {