mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Increase the opacity of the hover color on the room list
This commit is contained in:
parent
f8a1ed84a8
commit
e5fe47b172
2 changed files with 4 additions and 4 deletions
|
@ -81,7 +81,7 @@ RaisedButton {
|
||||||
|
|
||||||
RoomInfoListItem {
|
RoomInfoListItem {
|
||||||
qproperty-highlightedBackgroundColor: #4d84c7;
|
qproperty-highlightedBackgroundColor: #4d84c7;
|
||||||
qproperty-hoverBackgroundColor: rgba(57,103,158, 100) ;
|
qproperty-hoverBackgroundColor: rgba(230, 230, 230, 30);
|
||||||
qproperty-backgroundColor: #2d3139;
|
qproperty-backgroundColor: #2d3139;
|
||||||
|
|
||||||
qproperty-titleColor: #e4e5e8;
|
qproperty-titleColor: #e4e5e8;
|
||||||
|
@ -105,7 +105,7 @@ RoomInfoListItem {
|
||||||
|
|
||||||
CommunitiesListItem {
|
CommunitiesListItem {
|
||||||
qproperty-highlightedBackgroundColor: #4d84c7;
|
qproperty-highlightedBackgroundColor: #4d84c7;
|
||||||
qproperty-hoverBackgroundColor: rgba(57,103,158, 100);
|
qproperty-hoverBackgroundColor: rgba(230, 230, 230, 30);
|
||||||
qproperty-backgroundColor: #2d3139;
|
qproperty-backgroundColor: #2d3139;
|
||||||
|
|
||||||
qproperty-avatarBgColor: #202228;
|
qproperty-avatarBgColor: #202228;
|
||||||
|
|
|
@ -79,7 +79,7 @@ RaisedButton {
|
||||||
|
|
||||||
RoomInfoListItem {
|
RoomInfoListItem {
|
||||||
qproperty-highlightedBackgroundColor: #38A3D8;
|
qproperty-highlightedBackgroundColor: #38A3D8;
|
||||||
qproperty-hoverBackgroundColor: rgba(200, 200, 200, 100);
|
qproperty-hoverBackgroundColor: rgba(200, 200, 200, 70);
|
||||||
qproperty-backgroundColor: white;
|
qproperty-backgroundColor: white;
|
||||||
|
|
||||||
qproperty-titleColor: #333;
|
qproperty-titleColor: #333;
|
||||||
|
@ -103,7 +103,7 @@ RoomInfoListItem {
|
||||||
|
|
||||||
CommunitiesListItem {
|
CommunitiesListItem {
|
||||||
qproperty-highlightedBackgroundColor: #38A3D8;
|
qproperty-highlightedBackgroundColor: #38A3D8;
|
||||||
qproperty-hoverBackgroundColor: rgba(200, 200, 200, 100);
|
qproperty-hoverBackgroundColor: rgba(200, 200, 200, 70);
|
||||||
qproperty-backgroundColor: white;
|
qproperty-backgroundColor: white;
|
||||||
|
|
||||||
qproperty-avatarBgColor: #eee;
|
qproperty-avatarBgColor: #eee;
|
||||||
|
|
Loading…
Reference in a new issue