blob: d4f17ec85757b8aebaa768c3006fadf4ee597ca3 [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(229, 229, 229, 255);
border-radius: 18px;
}
QListView#listMessageView{
background: rgb(242, 242, 242);
border-top: 1px solid rgb(229, 229, 229);
}
QLineEdit#messageEdit{
border-color: rgb(0, 192, 212);
border-radius: 5px;
border-width: 1px;
border-style: outset;
background-color: rgb(255, 255, 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;
}
QPushButton#qualityButton{
background-color: rgba(0, 0, 0, 140);
border-radius: 18px;
border:solid 1px;
}
QPushButton#sendButton{
background-color: #3AC0D2;
border-radius: 18px;
border:solid 1px;
}
QScrollBar:vertical{
background: rgb(242, 242, 242);
width:10px;
}
QScrollBar::handle:vertical{
background: rgb(77, 77, 77);
}
QWidget#welcomePage{
background: rgb(242, 242, 242);
}
QWidget#messagingPage{
background: rgb(242, 242, 242);
}