2014-08-01 14:32:51 +02:00
|
|
|
QPushButton
|
|
|
|
{
|
|
|
|
background-color: transparent;
|
2017-05-01 11:05:41 +02:00
|
|
|
background-repeat: none;
|
2014-08-01 14:32:51 +02:00
|
|
|
border: none;
|
2015-02-18 11:31:40 -05:00
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
2014-08-01 14:32:51 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
QRadioButton::indicator
|
|
|
|
{
|
2014-08-10 15:07:02 +02:00
|
|
|
width: 10px;
|
|
|
|
height: 10px;
|
2014-08-01 14:32:51 +02:00
|
|
|
}
|
|
|
|
|
2017-05-01 11:52:59 +02:00
|
|
|
QRadioButton::indicator:unchecked
|
2014-08-01 14:32:51 +02:00
|
|
|
{
|
2018-09-10 14:19:22 +03:00
|
|
|
image: url(@getImagePath(emoticonWidget/dot_page.svg));
|
2014-08-01 14:32:51 +02:00
|
|
|
}
|
|
|
|
|
2017-05-01 11:05:41 +02:00
|
|
|
QRadioButton::indicator:unchecked:hover
|
2014-08-01 14:32:51 +02:00
|
|
|
{
|
2018-09-10 14:19:22 +03:00
|
|
|
image: url(@getImagePath(emoticonWidget/dot_page_hover.svg));
|
2014-08-01 14:32:51 +02:00
|
|
|
}
|
|
|
|
|
2017-05-01 11:05:41 +02:00
|
|
|
QRadioButton::indicator:unchecked:pressed
|
2014-08-01 14:32:51 +02:00
|
|
|
{
|
2018-09-10 14:19:22 +03:00
|
|
|
image: url(@getImagePath(emoticonWidget/dot_page_hover.svg));
|
2014-08-01 14:32:51 +02:00
|
|
|
}
|
|
|
|
|
2017-05-01 11:52:59 +02:00
|
|
|
QRadioButton::indicator:checked
|
2014-08-01 14:32:51 +02:00
|
|
|
{
|
2018-09-10 14:19:22 +03:00
|
|
|
image: url(@getImagePath(emoticonWidget/dot_page_current.svg));
|
2014-08-01 14:32:51 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
QMenu
|
|
|
|
{
|
2019-02-22 18:01:43 +02:00
|
|
|
background-color: @statusActive; /* sets background of the menu */
|
2014-09-30 20:10:42 +02:00
|
|
|
border: 0px solid;
|
2014-08-10 15:07:02 +02:00
|
|
|
}
|