diff options
| -rw-r--r-- | pkgs/patches/element-css.patch | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/pkgs/patches/element-css.patch b/pkgs/patches/element-css.patch index 4e0146a..94621ff 100644 --- a/pkgs/patches/element-css.patch +++ b/pkgs/patches/element-css.patch @@ -3,7 +3,7 @@ new file mode 100644 index 000000000..48ae3414f --- /dev/null +++ b/apps/web/res/css/dings.custom.css -@@ -0,0 +1,110 @@ +@@ -0,0 +1,120 @@ + +.mx_RoomTile .mx_RoomTile_titleContainer .mx_RoomTile_title { + font-size: 11pt !important; @@ -109,10 +109,20 @@ index 000000000..48ae3414f +} + +[class*="roomListItem"] { -+ min-height: 40px; ++ min-height: 35px; ++ color: white; +} -+[class*="selected"] > div { -+ background-color: rebeccapurple; ++[class*="selected"]>div { ++ background-color: darkred ++} ++[class*="selected"]>div::before { ++ background-color: unset ++} ++[class*="stickyRow"] [class*="container"] { ++ border-color: darkred; ++ border-bottom: 3px solid darkred; ++ border-radius: 0; ++ color: white; +} diff --git a/src/vector/index.html b/src/vector/index.html index f5213701c..50e0729d9 100644 |
