mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
Removed obsolete topbar-radiobuttons.css
This commit is contained in:
@@ -1,55 +0,0 @@
|
|||||||
QWidget#widgetRadio {
|
|
||||||
margin:0;
|
|
||||||
padding:0;
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
QRadioButton {
|
|
||||||
border: 0;
|
|
||||||
margin:0;
|
|
||||||
padding:0;
|
|
||||||
background-repeat: none;
|
|
||||||
/*width:0; height:0;*/
|
|
||||||
}
|
|
||||||
|
|
||||||
QRadioButton::indicator {
|
|
||||||
width: 29px;
|
|
||||||
height: 30px;
|
|
||||||
}
|
|
||||||
|
|
||||||
QRadioButton::indicator::unchecked {
|
|
||||||
background-image: url(:/data/images/view-toggle-inactive-centre.png);
|
|
||||||
image: url(:/data/images/view-toggle-icon-list-inactive.svg);
|
|
||||||
}
|
|
||||||
QRadioButton::indicator::checked {
|
|
||||||
background-image: url(:/data/images/view-toggle-active-centre.png);
|
|
||||||
image: url(:/data/images/view-toggle-icon-list-active.svg);
|
|
||||||
}
|
|
||||||
QRadioButton::indicator::pressed {
|
|
||||||
background-image: url(:/data/images/view-toggle-pressed-centre.png);
|
|
||||||
image: url(:/data/images/view-toggle-icon-list-active.svg);
|
|
||||||
}
|
|
||||||
QRadioButton#radioNormal::indicator::unchecked {
|
|
||||||
background-image: url(:/data/images/view-toggle-inactive-left.png);
|
|
||||||
image: url(:/data/images/view-toggle-icon-artist-inactive.svg);
|
|
||||||
}
|
|
||||||
QRadioButton#radioNormal::indicator::checked {
|
|
||||||
background-image: url(:/data/images/view-toggle-active-left.png);
|
|
||||||
image: url(:/data/images/view-toggle-icon-artist-active.svg);
|
|
||||||
}
|
|
||||||
QRadioButton#radioNormal::indicator::pressed {
|
|
||||||
background-image: url(:/data/images/view-toggle-pressed-left.png);
|
|
||||||
image: url(:/data/images/view-toggle-icon-artist-active.svg);
|
|
||||||
}
|
|
||||||
QRadioButton#radioCloud::indicator::unchecked {
|
|
||||||
background-image: url(:/data/images/view-toggle-inactive-right.png);
|
|
||||||
image: url(:/data/images/view-toggle-icon-grid-inactive.svg);
|
|
||||||
}
|
|
||||||
QRadioButton#radioCloud::indicator::checked {
|
|
||||||
background-image: url(:/data/images/view-toggle-active-right.png);
|
|
||||||
image: url(:/data/images/view-toggle-icon-grid-active.svg);
|
|
||||||
}
|
|
||||||
QRadioButton#radioCloud::indicator::pressed {
|
|
||||||
background-image: url(:/data/images/view-toggle-pressed-right.png);
|
|
||||||
image: url(:/data/images/view-toggle-icon-grid-active.svg);
|
|
||||||
}
|
|
@@ -67,7 +67,6 @@
|
|||||||
<file>data/images/starred.svg</file>
|
<file>data/images/starred.svg</file>
|
||||||
<file>data/images/star-unstarred.svg</file>
|
<file>data/images/star-unstarred.svg</file>
|
||||||
<file>data/images/apply-check.svg</file>
|
<file>data/images/apply-check.svg</file>
|
||||||
<file>data/stylesheets/topbar-radiobuttons.css</file>
|
|
||||||
<file>data/icons/tomahawk-icon-16x16.png</file>
|
<file>data/icons/tomahawk-icon-16x16.png</file>
|
||||||
<file>data/icons/tomahawk-icon-32x32.png</file>
|
<file>data/icons/tomahawk-icon-32x32.png</file>
|
||||||
<file>data/icons/tomahawk-icon-64x64.png</file>
|
<file>data/icons/tomahawk-icon-64x64.png</file>
|
||||||
|
Reference in New Issue
Block a user