1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

style update

This commit is contained in:
krepa098 2014-08-10 15:07:02 +02:00
parent d0b11074eb
commit a3a0ee3923
3 changed files with 7 additions and 5 deletions

View File

@ -114,5 +114,6 @@
<file>ui/emoticonWidget/dot_page.png</file>
<file>ui/emoticonWidget/dot_page_current.png</file>
<file>ui/emoticonWidget/emoticonWidget.css</file>
<file>ui/emoticonWidget/dot_page_hover.png</file>
</qresource>
</RCC>

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 B

View File

@ -9,8 +9,8 @@ QPushButton
QRadioButton::indicator
{
width: 13px;
height: 13px;
width: 10px;
height: 10px;
}
QRadioButton::indicator::unchecked
@ -20,12 +20,12 @@ QRadioButton::indicator::unchecked
QRadioButton::indicator:unchecked:hover
{
image: url(:/ui/emoticonWidget/dot_page.png);
image: url(:/ui/emoticonWidget/dot_page_hover.png);
}
QRadioButton::indicator:unchecked:pressed
{
image: url(:/ui/emoticonWidget/dot_page.png);
image: url(:/ui/emoticonWidget/dot_page_hover.png);
}
QRadioButton::indicator::checked
@ -46,4 +46,5 @@ QRadioButton::indicator:checked:pressed
QMenu
{
background-color: rgb(240,240,240); /* sets background of the menu */
}
border: 1px solid;
}