diff --git a/src/stylesheets/focus_highlighting.css b/src/stylesheets/focus_highlighting.css index 924506f..0fd9f18 100644 --- a/src/stylesheets/focus_highlighting.css +++ b/src/stylesheets/focus_highlighting.css @@ -56,6 +56,8 @@ ads--CTitleBarButton { #dockAreaCloseButton { + qproperty-icon: url(:/ads/images/close-button.svg), + url(:/ads/images/close-button-disabled.svg) disabled; qproperty-iconSize: 16px; } @@ -335,6 +337,7 @@ ads--CAutoHideDockContainer #dockAreaAutoHideButton { ads--CAutoHideDockContainer #dockAreaCloseButton{ + qproperty-icon: url(:/ads/images/close-button-focused.svg) }