Task/colors 11 (#7211)
This commit is contained in:
parent
6d3865bdd5
commit
9db0ebb7f5
28 changed files with 66 additions and 104 deletions
|
@ -244,7 +244,7 @@ limitations under the License.
|
|||
}
|
||||
|
||||
.mx_GroupView_membershipSection {
|
||||
color: $greyed-fg-color;
|
||||
color: $info-plinth-fg-color;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
|
|
|
@ -129,7 +129,7 @@ $roomListCollapsedWidth: 68px;
|
|||
width: 32px;
|
||||
height: 32px;
|
||||
border-radius: 8px;
|
||||
background-color: $roomlist-button-bg-color;
|
||||
background-color: $panel-actions;
|
||||
position: relative;
|
||||
margin-left: 8px;
|
||||
|
||||
|
@ -152,7 +152,7 @@ $roomListCollapsedWidth: 68px;
|
|||
width: 32px;
|
||||
height: 32px;
|
||||
border-radius: 8px;
|
||||
background-color: $roomlist-button-bg-color;
|
||||
background-color: $panel-actions;
|
||||
position: relative;
|
||||
margin-left: 8px;
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ limitations under the License.
|
|||
.mx_RoomSearch {
|
||||
flex: 1;
|
||||
border-radius: 8px;
|
||||
background-color: $roomlist-button-bg-color;
|
||||
background-color: $panel-actions;
|
||||
// keep border thickness consistent to prevent movement
|
||||
border: 1px solid transparent;
|
||||
height: 28px;
|
||||
|
|
|
@ -132,7 +132,7 @@ limitations under the License.
|
|||
}
|
||||
|
||||
.mx_RoomView_messagePanelSearchSpinner::before {
|
||||
background-color: $greyed-fg-color;
|
||||
background-color: $info-plinth-fg-color;
|
||||
mask: url('$(res)/img/feather-customised/search-input.svg');
|
||||
mask-repeat: no-repeat;
|
||||
mask-position: center;
|
||||
|
|
|
@ -218,7 +218,7 @@ $activeBorderColor: $secondary-content;
|
|||
}
|
||||
|
||||
&.mx_SpaceButton_new .mx_SpaceButton_icon {
|
||||
background-color: $roomlist-button-bg-color;
|
||||
background-color: $panel-actions;
|
||||
|
||||
&::before {
|
||||
background-color: $primary-content;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue