blob: a588c522ab1de4347d20c8cf9b19442da83e74e2 [file] [log] [blame]
QPushButton#btnCall{
border-image: url(:/images/call/btn-call.svg);
}
QPushButton#acceptButton{
border-image: url(:/images/call/btn-answer.svg);
}
QPushButton#refuseButton{
border-image: url(:/images/call/btn-ignore.svg);
}
QPushButton#cancelButton{
border-image: url(:/images/call/btn-ignore.svg);
}
QWidget#callInvitePage{
background-color : rgb( 77, 77, 77 );
}
QPushButton#btnvideo{
border-image: url(:/images/hover-contact/btn-video.svg);
}
QPushButton#btnchat{
border-image: url(:/images/hover-contact/btn-chat.svg);
}
QPushButton#btncontactinfo{
border-image: url(:/images/hover-contact/btn-contactinfo.svg);
}
IdLabel{
border-style: solid;
border-width: 1px;
border-color: rgb(0, 192, 212);
}
RingContactLineEdit {
border-color: rgb(242, 242, 242);
border-radius: 5px;
border-width: 2px;
background-color: rgb(242, 242, 242);
}
QScrollBar:vertical {
background:white; width:0px;
}
QScrollBar::handle:vertical {
background: rgb( 255, 255, 255 )
}
SmartList {
background-color: white;
border: none;
}
SmartList::item:selected {
background-color: qlineargradient(x1:1 y1:0, stop:1 rgba(220, 220, 220, 255), stop:0.65 rgba(242, 242, 242, 255), stop:0 rgba(242, 242, 242, 0));
border: none;
}
SmartList::item:hover {
background-color: rgba(242, 242, 242, 255);
}
QListView#listMessageView::item:hover {
background-color: rgba(242, 242, 242, 255);
}
QPushButton#holdButton {
border-image: url(:/images/video-conf/btn-pause.svg);
}
QPushButton#holdButton:checked {
border-image: url(:/images/video-conf/btn-pause-toggled.svg);
}
QPushButton#hangupButton {
border-image: url(:/images/video-conf/btn-hangup.svg);
}
QPushButton#chatButton {
border-image: url(:/images/video-conf/btn-chat.svg);
}
QPushButton#noMicButton {
border-image: url(:/images/video-conf/btn-nomic.svg);
}
QPushButton#noMicButton:checked {
border-image: url(:/images/video-conf/btn-nomic-toggled.svg);
}
QPushButton#noVideoButton {
border-image: url(:/images/video-conf/btn-novideo.svg);
}
QPushButton#noVideoButton:checked {
border-image: url(:/images/video-conf/btn-novideo-toggled.svg);
}
QPushButton#transferButton {
border-image: url(:/images/video-conf/btn-transfer.svg);
}
QPushButton#addPersonButton {
border-image: url(:/images/video-conf/btn-add-contact-to-conf.svg);
}
QPushButton#joinButton {
border-image: url(:/images/video-conf/btn-join.svg);
}
QPushButton#imBackButton {
background-color: #414141;
border-image: url(:/images/ic_arrow_back_white.svg);
border-radius: 15px;
border:solid 1px;
}