From 1ae9a8875b0f10d31c71e6a52b7d7f320bd66eb2 Mon Sep 17 00:00:00 2001 From: David Sansome Date: Sun, 14 Feb 2010 20:35:16 +0000 Subject: [PATCH] Fix the stop button --- data/mainwindow.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/data/mainwindow.css b/data/mainwindow.css index 649d618d3..ab1f685ae 100644 --- a/data/mainwindow.css +++ b/data/mainwindow.css @@ -28,9 +28,17 @@ QToolButton:hover { padding: 1px; } +QToolButton:hover[popupMode="1"] { + padding-right: 16px; +} + QToolButton:pressed { border: 2px solid #fe963e; background-color: #fedbbd; border-radius: 3px; padding: 1px; } + +QToolButton:pressed[popupMode="1"] { + padding-right: 16px; +}