diff --git a/res/css/_common.scss b/res/css/_common.scss
index 149ec75569..797070d4e2 100644
--- a/res/css/_common.scss
+++ b/res/css/_common.scss
@@ -47,7 +47,7 @@ h2 {
a:hover,
a:link,
a:visited {
- color: $accent-color;
+ color: $accent-color-alt;
}
input[type=text], input[type=password], textarea {
@@ -301,7 +301,7 @@ textarea {
}
.mx_textButton {
- @mixin mx_DialogButton_small;
+ @mixin mx_DialogButton_small;
}
.mx_textButton:hover {
diff --git a/res/css/structures/_RoomSubList.scss b/res/css/structures/_RoomSubList.scss
index a3319669cb..2d471ee198 100644
--- a/res/css/structures/_RoomSubList.scss
+++ b/res/css/structures/_RoomSubList.scss
@@ -94,7 +94,7 @@ limitations under the License.
font-weight: 600;
font-size: 12px;
padding: 0 5px;
- background-color: $accent-color;
+ background-color: $roomtile-name-color;
}
.mx_RoomSubList_addRoom, .mx_RoomSubList_badge {
diff --git a/res/css/structures/_TagPanel.scss b/res/css/structures/_TagPanel.scss
index 1275c9c60e..77eefc7e10 100644
--- a/res/css/structures/_TagPanel.scss
+++ b/res/css/structures/_TagPanel.scss
@@ -131,12 +131,12 @@ limitations under the License.
.mx_TagPanel_groupsButton > .mx_GroupsButton:before {
mask: url('../../img/feather-icons/users.svg');
- mask-position: center 10px;
+ mask-position: center 11px;
}
.mx_TagPanel_groupsButton > .mx_TagPanel_report:before {
mask: url('../../img/feather-icons/life-buoy.svg');
- mask-position: center 10px;
+ mask-position: center 9px;
}
.mx_TagPanel_groupsButton > .mx_AccessibleButton {
diff --git a/res/css/views/rooms/_EventTile.scss b/res/css/views/rooms/_EventTile.scss
index 52074563f6..154e5390c8 100644
--- a/res/css/views/rooms/_EventTile.scss
+++ b/res/css/views/rooms/_EventTile.scss
@@ -445,7 +445,7 @@ limitations under the License.
}
.mx_EventTile_content .markdown-body a {
- color: $accent-color;
+ color: $accent-color-alt;
}
.mx_EventTile_content .markdown-body .hljs {
diff --git a/res/css/views/rooms/_RoomTile.scss b/res/css/views/rooms/_RoomTile.scss
index d5ec3d365a..232b715f7a 100644
--- a/res/css/views/rooms/_RoomTile.scss
+++ b/res/css/views/rooms/_RoomTile.scss
@@ -112,7 +112,7 @@ limitations under the License.
}
.mx_RoomTile_unreadNotify .mx_RoomTile_badge {
- background-color: $accent-color;
+ background-color: $roomtile-name-color;
}
.mx_RoomTile_highlight .mx_RoomTile_badge {
@@ -130,10 +130,6 @@ limitations under the License.
.mx_RoomTile_selected {
border-radius: 4px;
background-color: $roomtile-selected-bg-color;
-
- .mx_RoomTile_name {
- color: $roomtile-selected-color;
- }
}
.mx_DNDRoomTile {
@@ -162,4 +158,3 @@ limitations under the License.
.mx_RoomTile.mx_RoomTile_transparent:focus {
background-color: $roomtile-transparent-focused-color;
}
-
diff --git a/res/img/feather-icons/life-buoy.svg b/res/img/feather-icons/life-buoy.svg
index 3ba383fa9a..20bd0f0b5d 100644
--- a/res/img/feather-icons/life-buoy.svg
+++ b/res/img/feather-icons/life-buoy.svg
@@ -1,8 +1,5 @@
-
+
\ No newline at end of file
+
diff --git a/res/img/feather-icons/search-input.svg b/res/img/feather-icons/search-input.svg
new file mode 100644
index 0000000000..3be5acb32e
--- /dev/null
+++ b/res/img/feather-icons/search-input.svg
@@ -0,0 +1,11 @@
+
+
diff --git a/res/img/icons-close.svg b/res/img/icons-close.svg
index e516140dd2..b2dd44fc26 100644
--- a/res/img/icons-close.svg
+++ b/res/img/icons-close.svg
@@ -75,22 +75,22 @@
-
+
-
\ No newline at end of file
+
diff --git a/res/img/topleft-chevron.svg b/res/img/topleft-chevron.svg
index fa89852874..1cfeaf6352 100644
--- a/res/img/topleft-chevron.svg
+++ b/res/img/topleft-chevron.svg
@@ -64,7 +64,7 @@