Before Width: | Height: | Size: 164 B |
Before Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 512 B |
Before Width: | Height: | Size: 454 B |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 291 B |
Before Width: | Height: | Size: 280 B |
Before Width: | Height: | Size: 375 B |
Before Width: | Height: | Size: 448 B |
Before Width: | Height: | Size: 292 B |
Before Width: | Height: | Size: 363 B |
Before Width: | Height: | Size: 446 B |
Before Width: | Height: | Size: 362 B |
Before Width: | Height: | Size: 808 B |
Before Width: | Height: | Size: 829 B |
After Width: | Height: | Size: 657 B |
Before Width: | Height: | Size: 287 B |
Before Width: | Height: | Size: 351 B |
Before Width: | Height: | Size: 447 B |
Before Width: | Height: | Size: 252 B |
Before Width: | Height: | Size: 278 B |
Before Width: | Height: | Size: 412 B |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 288 B |
Before Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 447 B |
Before Width: | Height: | Size: 448 B |
Before Width: | Height: | Size: 443 B |
@ -1,22 +0,0 @@ |
|||||||
QPushButton |
|
||||||
{ |
|
||||||
background-color: transparent; |
|
||||||
background-image: url(":/ui/acceptFileButton/default.png"); |
|
||||||
background-repeat: none; |
|
||||||
border: none; |
|
||||||
width: 24px; |
|
||||||
height: 24px; |
|
||||||
} |
|
||||||
QPushButton:hover |
|
||||||
{ |
|
||||||
background-image: url(":/ui/acceptFileButton/hover.png"); |
|
||||||
} |
|
||||||
|
|
||||||
QPushButton:pressed |
|
||||||
{ |
|
||||||
background-image: url(":/ui/acceptFileButton/pressed.png"); |
|
||||||
} |
|
||||||
|
|
||||||
QPushButton:focus { |
|
||||||
outline: none; |
|
||||||
} |
|
@ -1,72 +1,83 @@ |
|||||||
QPushButton#green |
QPushButton#green |
||||||
{ |
{ |
||||||
background-color: transparent; |
background-color: #6bc260; |
||||||
background-image: url(":/ui/callButton/callButton.png"); |
background-image: url(":/ui/callButton/callButton.svg"); |
||||||
background-repeat: none; |
background-repeat: none; |
||||||
|
background-position: center; |
||||||
border: none; |
border: none; |
||||||
|
border-radius: 5px; |
||||||
width: 50px; |
width: 50px; |
||||||
height: 40px; |
height: 40px; |
||||||
} |
} |
||||||
|
|
||||||
QPushButton#green:hover |
QPushButton#green:hover |
||||||
{ |
{ |
||||||
background-image: url(":/ui/callButton/callButtonHover.png"); |
background-color: #79c76f; |
||||||
} |
} |
||||||
|
|
||||||
QPushButton#green:pressed |
QPushButton#green:pressed |
||||||
{ |
{ |
||||||
background-image: url(":/ui/callButton/callButtonPressed.png"); |
background-color: #51b244; |
||||||
} |
} |
||||||
|
|
||||||
QPushButton#red |
QPushButton#red |
||||||
{ |
{ |
||||||
background-color: transparent; |
background-color: #c84e4e; |
||||||
background-image: url(":/ui/callButton/callButtonRed.png"); |
background-image: url(":/ui/callButton/callButton.svg"); |
||||||
background-repeat: none; |
background-repeat: none; |
||||||
|
background-position: center; |
||||||
border: none; |
border: none; |
||||||
|
border-radius: 5px; |
||||||
width: 50px; |
width: 50px; |
||||||
height: 40px; |
height: 40px; |
||||||
} |
} |
||||||
|
|
||||||
QPushButton#red:hover |
QPushButton#red:hover |
||||||
{ |
{ |
||||||
background-image: url(":/ui/callButton/callButtonRedHover.png"); |
background-color: #e87474; |
||||||
} |
} |
||||||
|
|
||||||
QPushButton#red:pressed |
QPushButton#red:pressed |
||||||
{ |
{ |
||||||
background-image: url(":/ui/callButton/callButtonRedPressed.png"); |
background-color: #df3b3b; |
||||||
} |
} |
||||||
|
|
||||||
QPushButton#yellow |
QPushButton#yellow |
||||||
{ |
{ |
||||||
background-color: transparent; |
background-color: #e6e465; |
||||||
background-image: url(":/ui/callButton/callButtonYellow.png"); |
background-image: url(":/ui/callButton/callButton.svg"); |
||||||
background-repeat: none; |
background-repeat: none; |
||||||
|
background-position: center; |
||||||
border: none; |
border: none; |
||||||
|
border-radius: 5px; |
||||||
width: 50px; |
width: 50px; |
||||||
height: 40px; |
height: 40px; |
||||||
} |
} |
||||||
|
|
||||||
QPushButton#yellow:hover |
QPushButton#yellow:hover |
||||||
{ |
{ |
||||||
background-image: url(":/ui/callButton/callButtonYellowHover.png"); |
background-color: #e8e774; |
||||||
} |
} |
||||||
|
|
||||||
QPushButton#yellow:pressed |
QPushButton#yellow:pressed |
||||||
{ |
{ |
||||||
background-image: url(":/ui/callButton/callButtonYellowPressed.png"); |
background-color: #e3e155; |
||||||
} |
} |
||||||
|
|
||||||
QPushButton#grey |
QPushButton#grey |
||||||
{ |
{ |
||||||
background-color: transparent; |
background-color: #919191; |
||||||
background-image: url(":/ui/callButton/callButtonDisabled.png"); |
background-image: url(":/ui/callButton/callButton.svg"); |
||||||
background-repeat: none; |
background-repeat: none; |
||||||
|
background-position: center; |
||||||
border: none; |
border: none; |
||||||
|
border-radius: 5px; |
||||||
width: 50px; |
width: 50px; |
||||||
height: 40px; |
height: 40px; |
||||||
} |
} |
||||||
|
|
||||||
QPushButton:focus { |
QPushButton:focus |
||||||
|
{ |
||||||
outline: none; |
outline: none; |
||||||
} |
} |
||||||
|
|
||||||
|
Before Width: | Height: | Size: 974 B |
Before Width: | Height: | Size: 899 B |
Before Width: | Height: | Size: 946 B |
Before Width: | Height: | Size: 980 B |
Before Width: | Height: | Size: 959 B |
Before Width: | Height: | Size: 918 B |
Before Width: | Height: | Size: 951 B |
Before Width: | Height: | Size: 854 B |
Before Width: | Height: | Size: 848 B |
Before Width: | Height: | Size: 897 B |
Before Width: | Height: | Size: 233 B |
Before Width: | Height: | Size: 228 B |
Before Width: | Height: | Size: 228 B |
Before Width: | Height: | Size: 327 B |
Before Width: | Height: | Size: 236 B |
Before Width: | Height: | Size: 217 B |
Before Width: | Height: | Size: 217 B |
@ -1,22 +1,26 @@ |
|||||||
QPushButton |
QPushButton |
||||||
{ |
{ |
||||||
background-color: transparent; |
background-color: #6bc260; |
||||||
background-image: url(":/ui/emoteButton/emoteButton.png"); |
background-image: url(":/ui/emoteButton/emoteButton.svg"); |
||||||
background-repeat: none; |
background-repeat: none; |
||||||
|
background-position: center; |
||||||
|
border-top-right-radius: 5px; |
||||||
border: none; |
border: none; |
||||||
width: 24px; |
width: 24px; |
||||||
height: 24px; |
height: 24px; |
||||||
} |
} |
||||||
|
|
||||||
QPushButton:hover |
QPushButton:hover |
||||||
{ |
{ |
||||||
background-image: url(":/ui/emoteButton/emoteButtonHover.png"); |
background-color: #79c76f; |
||||||
} |
} |
||||||
|
|
||||||
QPushButton:pressed |
QPushButton:pressed |
||||||
{ |
{ |
||||||
background-image: url(":/ui/emoteButton/emoteButtonPressed.png"); |
background-color: #51b244; |
||||||
} |
} |
||||||
|
|
||||||
QPushButton:focus { |
QPushButton:focus |
||||||
|
{ |
||||||
outline: none; |
outline: none; |
||||||
} |
} |
||||||
|
Before Width: | Height: | Size: 825 B |
Before Width: | Height: | Size: 767 B |
Before Width: | Height: | Size: 771 B |
Before Width: | Height: | Size: 216 B |
Before Width: | Height: | Size: 234 B |