mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
added stylesheets for micButton and volButton
This commit is contained in:
parent
a75666a072
commit
fdfbd9b162
34
ui/micButton/micButton.css
Normal file
34
ui/micButton/micButton.css
Normal file
|
@ -0,0 +1,34 @@
|
|||
QPushButton#green
|
||||
{
|
||||
background-color: transparent;
|
||||
background-image: url(":/micButton/micButton.css");
|
||||
background-repeat: none;
|
||||
border: none;
|
||||
width: 25px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
QPushButton#green:hover
|
||||
{
|
||||
background-image:url(":/ui/micButton/micButtonHover.png");
|
||||
}
|
||||
|
||||
QPushButton#red
|
||||
{
|
||||
background-color: transparent;
|
||||
background-image: url(":/ui/micButton/micButtonPressed.png");
|
||||
background-repeat: none;
|
||||
border: none;
|
||||
width: 25px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
QPushButton#grey
|
||||
{
|
||||
background-color: transparent;
|
||||
background-image: url(":/ui/callButton/callButtonDisabled.png");
|
||||
background-repeat: none;
|
||||
border: none;
|
||||
width: 25px;
|
||||
height: 20px;
|
||||
}
|
20
ui/volButton/volButton.css
Normal file
20
ui/volButton/volButton.css
Normal file
|
@ -0,0 +1,20 @@
|
|||
QPushButton#green
|
||||
{
|
||||
background-color: transparent;
|
||||
background-image: url(":/ui/volButton/volButton.png");
|
||||
background-repeat: none;
|
||||
border: none;
|
||||
width: 25px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
QPushButton#green:hover
|
||||
{
|
||||
background-image: url(":/ui/volButton/volButtonHover.png");
|
||||
}
|
||||
|
||||
QPushButton#green:pressed
|
||||
{
|
||||
background-image: url(":/ui/volButton/volButtonPressed.png");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user