@ -1,63 +0,0 @@
@@ -1,63 +0,0 @@
|
||||
QAbstractButton |
||||
{ |
||||
border-radius: 5px; |
||||
border: none; |
||||
background-image: url(":/ui/callButton/callButton.svg"); |
||||
background-repeat: none; |
||||
background-position: center; |
||||
} |
||||
|
||||
QAbstractButton:disabled |
||||
{ |
||||
background-color: #919191; |
||||
} |
||||
|
||||
QAbstractButton:focus |
||||
{ |
||||
outline: none; |
||||
} |
||||
|
||||
QAbstractButton#green |
||||
{ |
||||
background-color: #6bc260; |
||||
} |
||||
|
||||
QAbstractButton#green:hover |
||||
{ |
||||
background-color: #79c76f; |
||||
} |
||||
|
||||
QAbstractButton#green:pressed |
||||
{ |
||||
background-color: #51b244; |
||||
} |
||||
|
||||
QAbstractButton#red |
||||
{ |
||||
background-color: #c84e4e; |
||||
} |
||||
|
||||
QAbstractButton#red:hover |
||||
{ |
||||
background-color: #e87474; |
||||
} |
||||
|
||||
QAbstractButton#red:pressed |
||||
{ |
||||
background-color: #df3b3b; |
||||
} |
||||
|
||||
QAbstractButton#yellow |
||||
{ |
||||
background-color: #e6e465; |
||||
} |
||||
|
||||
QAbstractButton#yellow:hover |
||||
{ |
||||
background-color: #e8e774; |
||||
} |
||||
|
||||
QAbstractButton#yellow:pressed |
||||
{ |
||||
background-color: #e3e155; |
||||
} |
@ -0,0 +1,82 @@
@@ -0,0 +1,82 @@
|
||||
QAbstractButton#volButton |
||||
{ |
||||
image: url(":/ui/chatFormHeader/volButton.svg"); |
||||
} |
||||
|
||||
QAbstractButton#micButton |
||||
{ |
||||
image: url(":/ui/chatFormHeader/micButton.svg"); |
||||
} |
||||
|
||||
QAbstractButton#videoButton |
||||
{ |
||||
background-image: url(":/ui/chatFormHeader/videoButton.svg"); |
||||
} |
||||
|
||||
QAbstractButton#callButton |
||||
{ |
||||
background-image: url(":/ui/chatFormHeader/callButton.svg"); |
||||
} |
||||
|
||||
QAbstractButton |
||||
{ |
||||
background-repeat: none; |
||||
background-position: center; |
||||
border: none; |
||||
border-radius: 5px; |
||||
} |
||||
|
||||
QAbstractButton:disabled |
||||
{ |
||||
background-color: #919191; |
||||
} |
||||
|
||||
QAbstractButton:focus |
||||
{ |
||||
outline: none; |
||||
} |
||||
|
||||
QAbstractButton[state="green"] |
||||
{ |
||||
background-color: #6bc260; |
||||
} |
||||
|
||||
QAbstractButton[state="green"]:hover |
||||
{ |
||||
background-color: #79c76f; |
||||
} |
||||
|
||||
QAbstractButton[state="green"]:pressed |
||||
{ |
||||
background-color: #51b244; |
||||
} |
||||
|
||||
QAbstractButton[state="red"] |
||||
{ |
||||
background-color: #c84e4e; |
||||
} |
||||
|
||||
QAbstractButton[state="red"]:hover |
||||
{ |
||||
background-color: #e87474; |
||||
} |
||||
|
||||
QAbstractButton[state="red"]:pressed |
||||
{ |
||||
background-color: #df3b3b; |
||||
} |
||||
|
||||
QAbstractButton[state="yellow"] |
||||
{ |
||||
background-color: #e6e465; |
||||
} |
||||
|
||||
QAbstractButton[state="yellow"]:hover |
||||
{ |
||||
background-color: #e8e774; |
||||
} |
||||
|
||||
QAbstractButton[state="yellow"]:pressed |
||||
{ |
||||
background-color: #e3e155; |
||||
} |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
@ -1,67 +0,0 @@
@@ -1,67 +0,0 @@
|
||||
QToolButton |
||||
{ |
||||
image: url(":/ui/micButton/micButton.svg"); |
||||
} |
||||
|
||||
QAbstractButton |
||||
{ |
||||
border-radius: 5px; |
||||
border: none; |
||||
background-repeat: none; |
||||
background-position: center; |
||||
} |
||||
|
||||
QAbstractButton:disabled |
||||
{ |
||||
background-color: #919191; |
||||
} |
||||
|
||||
QAbstractButton:focus |
||||
{ |
||||
outline: none; |
||||
} |
||||
|
||||
QAbstractButton#green |
||||
{ |
||||
background-color: #6bc260; |
||||
} |
||||
|
||||
QAbstractButton#green:hover |
||||
{ |
||||
background-color: #79c76f; |
||||
} |
||||
|
||||
QAbstractButton#green:pressed |
||||
{ |
||||
background-color: #51b244; |
||||
} |
||||
|
||||
QAbstractButton#red |
||||
{ |
||||
background-color: #c84e4e; |
||||
} |
||||
|
||||
QAbstractButton#red:hover |
||||
{ |
||||
background-color: #e87474; |
||||
} |
||||
|
||||
QAbstractButton#red:pressed |
||||
{ |
||||
background-color: #df3b3b; |
||||
} |
||||
|
||||
QAbstractButton#yellow |
||||
{ |
||||
background-color: #e6e465; |
||||
} |
||||
|
||||
QAbstractButton#yellow:hover |
||||
{ |
||||
background-color: #e8e774; |
||||
} |
||||
|
||||
QAbstractButton#yellow:pressed |
||||
{ |
||||
background-color: #e3e155; |
||||
} |
@ -1,63 +0,0 @@
@@ -1,63 +0,0 @@
|
||||
QAbstractButton |
||||
{ |
||||
background-image: url(":/ui/videoButton/videoButton.svg"); |
||||
background-repeat: none; |
||||
background-position: center; |
||||
border: none; |
||||
border-radius: 5px; |
||||
} |
||||
|
||||
QAbstractButton:disabled |
||||
{ |
||||
background-color: #919191; |
||||
} |
||||
|
||||
QAbstractButton:focus |
||||
{ |
||||
outline: none; |
||||
} |
||||
|
||||
QAbstractButton#green |
||||
{ |
||||
background-color: #6bc260; |
||||
} |
||||
|
||||
QAbstractButton#green:hover |
||||
{ |
||||
background-color: #79c76f; |
||||
} |
||||
|
||||
QAbstractButton#green:pressed |
||||
{ |
||||
background-color: #51b244; |
||||
} |
||||
|
||||
QAbstractButton#red |
||||
{ |
||||
background-color: #c84e4e; |
||||
} |
||||
|
||||
QAbstractButton#red:hover |
||||
{ |
||||
background-color: #e87474; |
||||
} |
||||
|
||||
QAbstractButton#red:pressed |
||||
{ |
||||
background-color: #df3b3b; |
||||
} |
||||
|
||||
QAbstractButton#yellow |
||||
{ |
||||
background-color: #e6e465; |
||||
} |
||||
|
||||
QAbstractButton#yellow:hover |
||||
{ |
||||
background-color: #e8e774; |
||||
} |
||||
|
||||
QAbstractButton#yellow:pressed |
||||
{ |
||||
background-color: #e3e155; |
||||
} |
@ -1,67 +0,0 @@
@@ -1,67 +0,0 @@
|
||||
QToolButton |
||||
{ |
||||
image: url(":/ui/volButton/volButton.svg"); |
||||
} |
||||
|
||||
QAbstractButton |
||||
{ |
||||
border-radius: 5px; |
||||
border: none; |
||||
background-repeat: none; |
||||
background-position: center; |
||||
} |
||||
|
||||
QAbstractButton:disabled |
||||
{ |
||||
background-color: #919191; |
||||
} |
||||
|
||||
QAbstractButton:focus |
||||
{ |
||||
outline: none; |
||||
} |
||||
|
||||
QAbstractButton#green |
||||
{ |
||||
background-color: #6bc260; |
||||
} |
||||
|
||||
QAbstractButton#green:hover |
||||
{ |
||||
background-color: #79c76f; |
||||
} |
||||
|
||||
QAbstractButton#green:pressed |
||||
{ |
||||
background-color: #51b244; |
||||
} |
||||
|
||||
QAbstractButton#red |
||||
{ |
||||
background-color: #c84e4e; |
||||
} |
||||
|
||||
QAbstractButton#red:hover |
||||
{ |
||||
background-color: #e87474; |
||||
} |
||||
|
||||
QAbstractButton#red:pressed |
||||
{ |
||||
background-color: #df3b3b; |
||||
} |
||||
|
||||
QAbstractButton#yellow |
||||
{ |
||||
background-color: #e6e465; |
||||
} |
||||
|
||||
QAbstractButton#yellow:hover |
||||
{ |
||||
background-color: #e8e774; |
||||
} |
||||
|
||||
QAbstractButton#yellow:pressed |
||||
{ |
||||
background-color: #e3e155; |
||||
} |