Explicit color for tagpanel buttons
This commit is contained in:
parent
d7fb39fd08
commit
c00495304f
3 changed files with 3 additions and 1 deletions
|
@ -38,7 +38,7 @@ limitations under the License.
|
||||||
height: 40px;
|
height: 40px;
|
||||||
width: 40px;
|
width: 40px;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
background-color: $roomheader-addroom-color;
|
background-color: $tagpanel-button-color;
|
||||||
position: relative;
|
position: relative;
|
||||||
/* overwrite mx_RoleButton inline-block */
|
/* overwrite mx_RoleButton inline-block */
|
||||||
display: block !important;
|
display: block !important;
|
||||||
|
|
|
@ -75,6 +75,7 @@ $settings-subsection-fg-color: $text-secondary-color;
|
||||||
$topleftmenu-color: $text-primary-color;
|
$topleftmenu-color: $text-primary-color;
|
||||||
$roomheader-color: $text-primary-color;
|
$roomheader-color: $text-primary-color;
|
||||||
$roomheader-addroom-color: $header-panel-text-primary-color;
|
$roomheader-addroom-color: $header-panel-text-primary-color;
|
||||||
|
$tagpanel-button-color: $header-panel-text-primary-color;
|
||||||
$roomtopic-color: $text-secondary-color;
|
$roomtopic-color: $text-secondary-color;
|
||||||
$eventtile-meta-color: $roomtopic-color;
|
$eventtile-meta-color: $roomtopic-color;
|
||||||
|
|
||||||
|
|
|
@ -145,6 +145,7 @@ $rte-group-pill-color: #aaa;
|
||||||
$topleftmenu-color: #212121;
|
$topleftmenu-color: #212121;
|
||||||
$roomheader-color: #45474a;
|
$roomheader-color: #45474a;
|
||||||
$roomheader-addroom-color: #91A1C0;
|
$roomheader-addroom-color: #91A1C0;
|
||||||
|
$tagpanel-button-color: #91A1C0;
|
||||||
$roomtopic-color: #9fa9ba;
|
$roomtopic-color: #9fa9ba;
|
||||||
$eventtile-meta-color: $roomtopic-color;
|
$eventtile-meta-color: $roomtopic-color;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue