web-apps/apps/spreadsheeteditor/mobile/src/less/app-ios.less
2022-09-08 16:13:44 +03:00

40 lines
1.1 KiB
Plaintext

.device-ios {
// For filter options
.radio-checkbox-item {
label.item-content input[type=checkbox]:checked ~ .item-inner {
background: no-repeat center;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2013%2010'%3E%3Cpolygon%20fill%3D'%2340865c'%20points%3D'11.6%2C0%204.4%2C7.2%201.4%2C4.2%200%2C5.6%204.4%2C10%204.4%2C10%204.4%2C10%2013%2C1.4%20'%2F%3E%3C%2Fsvg%3E");
background-position: calc(100% - 15px) center;
background-size: 13px 10px;
}
.icon.icon-checkbox {
display: none;
}
}
.actions-move-sheet .actions-button-text{
color: @brandColor;
}
.tooltip-cell-data {
border-radius: 4px;
}
.all-list.popover {
.view {
border-radius: var(--f7-popover-border-radius);
}
.page-content {
border-radius: var(--f7-popover-border-radius);
& > .list:last-child {
margin-bottom: 0;
}
}
.list {
overflow: hidden;
}
}
}