Task/colors 11 (#7211)
This commit is contained in:
parent
6d3865bdd5
commit
9db0ebb7f5
28 changed files with 66 additions and 104 deletions
|
@ -21,7 +21,7 @@ limitations under the License.
|
|||
display: flex;
|
||||
border-left: 2px solid $preview-widget-bar-color;
|
||||
border-radius: 2px;
|
||||
color: $greyed-fg-color;
|
||||
color: $info-plinth-fg-color;
|
||||
}
|
||||
|
||||
.mx_LinkPreviewWidget_image {
|
||||
|
|
|
@ -96,7 +96,7 @@ limitations under the License.
|
|||
}
|
||||
|
||||
.mx_MemberList_invite.mx_AccessibleButton_disabled {
|
||||
background-color: $greyed-fg-color;
|
||||
background-color: $info-plinth-fg-color;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
|
|
|
@ -85,7 +85,7 @@ limitations under the License.
|
|||
width: 100%;
|
||||
height: 60px;
|
||||
font-style: italic;
|
||||
color: $greyed-fg-color;
|
||||
color: $info-plinth-fg-color;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
@ -319,7 +319,7 @@ limitations under the License.
|
|||
flex-direction: row;
|
||||
align-items: center;
|
||||
font-size: $font-10px;
|
||||
color: $greyed-fg-color;
|
||||
color: $info-plinth-fg-color;
|
||||
}
|
||||
|
||||
.mx_MessageComposer_formatbar * {
|
||||
|
|
|
@ -39,7 +39,7 @@ limitations under the License.
|
|||
margin: 2px;
|
||||
|
||||
&:hover {
|
||||
background: $roomlist-button-bg-color;
|
||||
background: $panel-actions;
|
||||
border-radius: 6px;
|
||||
z-index: 1;
|
||||
}
|
||||
|
|
|
@ -54,7 +54,7 @@ limitations under the License.
|
|||
margin-top: 12px;
|
||||
display: block;
|
||||
text-align: start;
|
||||
background-color: $roomlist-button-bg-color;
|
||||
background-color: $panel-actions;
|
||||
border-radius: 4px;
|
||||
|
||||
&::before {
|
||||
|
|
|
@ -120,7 +120,7 @@ limitations under the License.
|
|||
|
||||
.mx_RoomSublist_auxButton:hover,
|
||||
.mx_RoomSublist_menuButton:hover {
|
||||
background: $roomlist-button-bg-color;
|
||||
background: $panel-actions;
|
||||
}
|
||||
|
||||
// Hide the menu button by default
|
||||
|
@ -304,7 +304,7 @@ limitations under the License.
|
|||
width: 32px !important; // !important to override hover styles
|
||||
height: 32px !important; // !important to override hover styles
|
||||
margin-left: 0 !important; // !important to override hover styles
|
||||
background-color: $roomlist-button-bg-color;
|
||||
background-color: $panel-actions;
|
||||
margin-top: 8px;
|
||||
|
||||
&::before {
|
||||
|
|
|
@ -16,7 +16,7 @@ limitations under the License.
|
|||
|
||||
.mx_RoomUpgradeWarningBar {
|
||||
max-height: 235px;
|
||||
background-color: $preview-bar-bg-color;
|
||||
background-color: $info-plinth-bg-color;
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
overflow: scroll;
|
||||
|
@ -48,6 +48,6 @@ limitations under the License.
|
|||
}
|
||||
|
||||
.mx_RoomUpgradeWarningBar_small {
|
||||
color: $greyed-fg-color;
|
||||
color: $info-plinth-fg-color;
|
||||
font-size: 70%;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue