[DE] Fix Bug 55660
This commit is contained in:
parent
b2bdae98da
commit
0a813a5d8d
|
@ -32,7 +32,7 @@
|
|||
border-top: 1px solid #446995;
|
||||
border-bottom: 1px solid #446995;
|
||||
input {
|
||||
color: #000;
|
||||
color: @text-normal;
|
||||
font-size: 17px;
|
||||
font-weight: var(--f7-list-item-after-line-height);
|
||||
}
|
||||
|
|
|
@ -79,7 +79,7 @@
|
|||
border:none;
|
||||
|
||||
input {
|
||||
color: #000;
|
||||
color: @text-normal;
|
||||
font-size: 16px;
|
||||
width: 40px;
|
||||
font-weight: var(--f7-list-item-after-line-height);
|
||||
|
|
|
@ -78,7 +78,7 @@
|
|||
&.icon-expand-down {
|
||||
width: 17px;
|
||||
height: 17px;
|
||||
.encoded-svg-mask('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 22 22" fill="@{fill-white}"><g><polygon points="10.9,16.9 2,8.1 4.1,6 11.1,12.8 17.9,6 20,8.1 11.2,16.9 11.1,17 "/></g></svg>', @fill-white);
|
||||
.encoded-svg-mask('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 22 22" fill="@{brand-word}"><g><polygon points="10.9,16.9 2,8.1 4.1,6 11.1,12.8 17.9,6 20,8.1 11.2,16.9 11.1,17 "/></g></svg>');
|
||||
}
|
||||
&.icon-expand-up {
|
||||
width: 17px;
|
||||
|
|
Loading…
Reference in a new issue