diff --git a/_QoLEnhancements.scss b/_QoLEnhancements.scss index 29f16a8..64d9777 100644 --- a/_QoLEnhancements.scss +++ b/_QoLEnhancements.scss @@ -59,4 +59,46 @@ /* why the hell are there 2 borders on the mx_RoomHeader? JESUS */ .mx_RoomHeader_wrapper { border: 0!important; -} \ No newline at end of file +} + +/* messagebox stuff*/ +.mx_MessageComposer_wrapper { + border-top: 1px solid #40444b36 !important; +} + +.mx_SendMessageComposer { + background: var(--timeline-background-color)!important; +} + +.mx_SendMessageComposer .mx_BasicMessageComposer .mx_BasicMessageComposer_input { + background: var(--roomlist-background-color)!important; + padding: 10px!important; + border-radius: 5px!important; + margin-top: 10px!important; + margin-bottom: 10px!important; +} + +.mx_MessageComposer_e2eIcon.mx_E2EIcon { + position: absolute!important; + margin-right: 0!important; + margin-left: -5px!important; + width: 12px!important; + height: 12px!important; + top: 5px!important; + left: unset !important; + z-index: 1!important; +} + +.mx_EventTile:not([data-layout="bubble"]):hover.mx_EventTile_verified .mx_EventTile_line { + -webkit-box-shadow: inset 54px 0 0 -50px var(--accent)!important; + box-shadow: inset 54px 0 0 -50px var(--accent)!important; +} + +/* +>hardcoding the fucking color code jesus christ +https://github.com/matrix-org/matrix-react-sdk/blob/57fae019917bd309ef65e4599d061bd0409fb5b9/res/css/views/elements/_Tooltip.scss#L65 +*/ +.mx_Tooltip { + background-color: var(--roomlist-background-color,#21262C)!important; + /* margin-top: -3px!important; */ +} diff --git a/config.json b/config.json index 8fa83e4..67cf570 100644 --- a/config.json +++ b/config.json @@ -67,7 +67,8 @@ "reaction-row-button-selected-bg-color": "#b9bbbe", "quinary-content": "#4b4b4b", - "system": "#3b3b3b" + "system": "#3b3b3b", + "menu-selected-color": "#3b3b3b" } } ]} diff --git a/prebuilt/element-v1.9.6-24-g0744c86a.tar.gz b/prebuilt/element-v1.9.6-24-g0744c86a.tar.gz index 7ee51c6..2d90cf6 100644 Binary files a/prebuilt/element-v1.9.6-24-g0744c86a.tar.gz and b/prebuilt/element-v1.9.6-24-g0744c86a.tar.gz differ