mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 19:26:04 +03:00
Tweak panel button divider color
This commit is contained in:
parent
fb4fd54f6f
commit
4409636c0b
3 changed files with 3 additions and 2 deletions
|
@ -21,6 +21,7 @@ limitations under the License.
|
||||||
.mx_HeaderButtons::before {
|
.mx_HeaderButtons::before {
|
||||||
content: "";
|
content: "";
|
||||||
background-color: $header-divider-color;
|
background-color: $header-divider-color;
|
||||||
|
opacity: 0.5;
|
||||||
margin: 0 15px;
|
margin: 0 15px;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
width: 2px;
|
width: 2px;
|
||||||
|
|
|
@ -86,7 +86,7 @@ $composer-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;
|
||||||
|
|
||||||
$header-divider-color: $header-panel-border-color;
|
$header-divider-color: $header-panel-text-primary-color;
|
||||||
|
|
||||||
$roomtile-name-color: $header-panel-text-primary-color;
|
$roomtile-name-color: $header-panel-text-primary-color;
|
||||||
$roomtile-selected-color: $text-primary-color;
|
$roomtile-selected-color: $text-primary-color;
|
||||||
|
|
|
@ -155,7 +155,7 @@ $roomtopic-color: #9fa9ba;
|
||||||
$eventtile-meta-color: $roomtopic-color;
|
$eventtile-meta-color: $roomtopic-color;
|
||||||
|
|
||||||
$composer-e2e-icon-color: #c9ced6;
|
$composer-e2e-icon-color: #c9ced6;
|
||||||
$header-divider-color: #e6eaee;
|
$header-divider-color: #91A1C0;
|
||||||
|
|
||||||
// ********************
|
// ********************
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue