2014-08-01 20:32:51 +08:00
|
|
|
QPushButton
|
|
|
|
{
|
|
|
|
background-color: transparent;
|
|
|
|
background-repeat: none;
|
|
|
|
border: none;
|
2015-02-19 00:31:40 +08:00
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
2014-08-01 20:32:51 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
QRadioButton::indicator
|
|
|
|
{
|
2014-08-10 21:07:02 +08:00
|
|
|
width: 10px;
|
|
|
|
height: 10px;
|
2014-08-01 20:32:51 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
QRadioButton::indicator::unchecked
|
|
|
|
{
|
2015-02-12 20:18:04 +08:00
|
|
|
image: url(:/ui/emoticonWidget/dot_page.svg);
|
2014-08-01 20:32:51 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
QRadioButton::indicator:unchecked:hover
|
|
|
|
{
|
2015-02-12 20:18:04 +08:00
|
|
|
image: url(:/ui/emoticonWidget/dot_page_hover.svg);
|
2014-08-01 20:32:51 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
QRadioButton::indicator:unchecked:pressed
|
|
|
|
{
|
2015-02-12 20:18:04 +08:00
|
|
|
image: url(:/ui/emoticonWidget/dot_page_hover.svg);
|
2014-08-01 20:32:51 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
QRadioButton::indicator::checked
|
|
|
|
{
|
2015-02-12 20:18:04 +08:00
|
|
|
image: url(:/ui/emoticonWidget/dot_page_current.svg);
|
2014-08-01 20:32:51 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
QMenu
|
|
|
|
{
|
2014-10-01 22:17:09 +08:00
|
|
|
background-color: @mediumGrey; /* sets background of the menu */
|
2014-10-01 02:10:42 +08:00
|
|
|
border: 0px solid;
|
2014-08-10 21:07:02 +08:00
|
|
|
}
|