mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 10:08:05 +00:00
Add the FILL variation to the Material Symbols
This commit is contained in:
parent
76430cc5af
commit
63002e5c2c
3 changed files with 8 additions and 4 deletions
2
flexiapi/public/css/form.css
vendored
2
flexiapi/public/css/form.css
vendored
|
|
@ -208,7 +208,7 @@ form div.checkbox {
|
|||
|
||||
form div.search:after,
|
||||
form div.select:after {
|
||||
font-family: 'Material Icons Outlined';
|
||||
font-family: 'Material Symbols Outlined';
|
||||
content: "\e5cf";
|
||||
display: block;
|
||||
font-size: 2.5rem;
|
||||
|
|
|
|||
10
flexiapi/public/css/style.css
vendored
10
flexiapi/public/css/style.css
vendored
|
|
@ -285,13 +285,13 @@ header nav a#menu {
|
|||
|
||||
header nav a#menu:after {
|
||||
display: block;
|
||||
font-family: 'Material Icons Outlined';
|
||||
font-family: 'Material Symbols Outlined';
|
||||
content: "\e5d2";
|
||||
font-size: 3rem;
|
||||
}
|
||||
|
||||
body.show_menu header nav a#menu:after {
|
||||
font-family: 'Material Icons'
|
||||
font-family: 'Material Symbols Outlined'
|
||||
|
||||
header nav a#logo {
|
||||
position: absolute;
|
||||
|
|
@ -432,6 +432,10 @@ content>nav a.current {
|
|||
box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
content>nav a.current i {
|
||||
font-variation-settings: 'FILL' 1;
|
||||
}
|
||||
|
||||
content>nav a i {
|
||||
margin: 0 1rem;
|
||||
margin-left: 2rem;
|
||||
|
|
@ -641,7 +645,7 @@ table tr.empty td {
|
|||
|
||||
table tr.empty td:before {
|
||||
content: '\e5c9';
|
||||
font-family: 'Material Icons Outlined';
|
||||
font-family: 'Material Symbols Outlined';
|
||||
font-size: 8rem;
|
||||
color: var(--second-4);
|
||||
display: block;
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Reference in a new issue