~mixxxdevelopers/mixxx/release-1.9.x

« back to all changes in this revision

Viewing changes to mixxx/res/skins/Shade1024x600-Netbook/skin.xml

  • Committer: jus
  • Date: 2011-10-30 07:52:48 UTC
  • Revision ID: jus@justmail.de-20111030075248-vrs5jdiakgc5wyqg
Fix style sheets for Mixxx 1.9 official skins so selected sidebar item's branch indicator shows correct color when out of focus. 
Fixes bug lp:880588

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
        <!--
22
22
        CHANGELOG
23
 
        v1.10   (13/03/2011)
 
23
        v1.09.2 (30/10/2011)
 
24
        * Fix: Selected sidebar item's branch indicator shows wrong color when out of focus
 
25
 
 
26
        v1.09.1 (13/03/2011)
24
27
        * Expanded to support 36 hot cues
25
28
 
26
29
        v1.09   (20/02/2011)
137
140
                <!--Extra declaration for QRadionButton otherwise it shows up with wrong colors in Linux with Gnome -->
138
141
                QRadioButton { font: 13px/15px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background: transparent; }
139
142
 
140
 
                <!--Workaround for QT4.7.0 background color bug in Linux with Gnome https://bugs.launchpad.net/mixxx/+bug/690280-->
 
143
                <!--triangle for closed/opened branches in treeview-->
 
144
                QTreeView {show-decoration-selected: 0;} <!-- Suppresses that selected sidebar item's branch indicator shows wrong color when out of focus ; lp:880588-->
141
145
                QTreeView::branch:has-children:!has-siblings:closed,
142
146
                QTreeView::branch:closed:has-children:has-siblings { border-image: none; image: url(skin:/style_branch_closed.png);}
143
147
                QTreeView::branch:open:has-children:!has-siblings,