From 7cedaf9505ae422c28072046942fd12eafa57d37 Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Sun, 24 Aug 2014 20:42:22 +0200 Subject: [PATCH] Fixed tool headings --- files/styles/style-dark.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/files/styles/style-dark.css b/files/styles/style-dark.css index 3d0bd962f..f6073df6c 100644 --- a/files/styles/style-dark.css +++ b/files/styles/style-dark.css @@ -1,7 +1,6 @@ * { background-color: #222; color: #FFF; - background-clip: border; font-size: 11px; } @@ -68,9 +67,7 @@ QDockWidget { } QDockWidget::close-button, QDockWidget::float-button { - border: 1px solid transparent; background: none; - padding: 0; } QDockWidget::close-button:hover, QDockWidget::float-button:hover { @@ -86,8 +83,8 @@ QDockWidget::title { text-align: left; background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #3F556A, stop: 1 #293645); color: #EDEDED; - padding-left: 3px; height: 14px; + padding-left: 2.5em; } QGCMAVLinkLogPlayer { -- 2.22.0