mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-25 06:40:26 +00:00
Fix header button colors
This commit is contained in:
@@ -53,11 +53,11 @@ limitations under the License.
|
||||
}
|
||||
|
||||
.iconButton:not(.stroke) svg * {
|
||||
fill: #8e99a4;
|
||||
fill: #ffffff;
|
||||
}
|
||||
|
||||
.iconButton:not(.stroke):hover svg * {
|
||||
fill: #8d97a5;
|
||||
fill: #0dbd8b;
|
||||
}
|
||||
|
||||
.iconButton.on:not(.stroke) svg * {
|
||||
|
||||
Reference in New Issue
Block a user