mirror of https://github.com/qTox/qTox.git
8 changed files with 145 additions and 96 deletions
@ -1,27 +1,33 @@
@@ -1,27 +1,33 @@
|
||||
QTextEdit { |
||||
QTextEdit |
||||
{ |
||||
border-color: @lightGrey; |
||||
border-style: solid; |
||||
border-width: 1px 0 1px 1px; |
||||
background: white; |
||||
} |
||||
|
||||
QTextEdit:hover { |
||||
QTextEdit:hover |
||||
{ |
||||
border-color: #d7d4d1; |
||||
} |
||||
|
||||
QTextEdit:pressed { |
||||
QTextEdit:pressed |
||||
{ |
||||
border-color: #4ea6ea; |
||||
} |
||||
|
||||
QTextEdit#group { |
||||
QTextEdit#group |
||||
{ |
||||
/*border-radius: 0 6px 6px 0; would use to round corners in groupchat, but Qt's implementation seems to be bugged*/ |
||||
border: 1px solid #c4c1bd; |
||||
} |
||||
|
||||
QTextEdit#group:hover { |
||||
QTextEdit#group:hover |
||||
{ |
||||
border-color: #d7d4d1; |
||||
} |
||||
|
||||
QTextEdit#group:pressed { |
||||
QTextEdit#group:pressed |
||||
{ |
||||
border-color: #4ea6ea; |
||||
} |
||||
|
@ -1,4 +1,5 @@
@@ -1,4 +1,5 @@
|
||||
#selfAvatar:hover { |
||||
#selfAvatar:hover |
||||
{ |
||||
border-radius: 6px; |
||||
background-color: #ccc; |
||||
} |
||||
|
Loading…
Reference in new issue