mirror of
https://github.com/mattermost/focalboard.git
synced 2024-12-24 13:43:12 +02:00
72 lines
3.3 KiB
CSS
72 lines
3.3 KiB
CSS
.imageDropdown {
|
|
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><polyline points="30,35 50,55 70,35" style="fill:none;stroke:black;stroke-width:4;" /></svg>');
|
|
background-size: 100% 100%;
|
|
min-width: 24px;
|
|
min-height: 24px;
|
|
}
|
|
|
|
.imageAdd {
|
|
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" style="stroke:black;stroke-width:4;" fill="none" stroke-opacity="50%"><polyline points="30,50 70,50" /><polyline points="50,30 50,70" /></svg>');
|
|
background-size: 100% 100%;
|
|
min-width: 24px;
|
|
min-height: 24px;
|
|
}
|
|
|
|
.imageOptions {
|
|
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" style="fill:black;" fill-opacity="50%"><circle cx="30" cy="50" r="5" /><circle cx="50" cy="50" r="5" /><circle cx="70" cy="50" r="5" /></svg>');
|
|
background-size: 100% 100%;
|
|
min-width: 24px;
|
|
min-height: 24px;
|
|
}
|
|
|
|
/*-- Menu images --*/
|
|
|
|
.imageSubmenuTriangle {
|
|
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><polygon points="50,35 75,50 50,65" style="fill:black;stroke:none;" fill-opacity="70%" /></svg>');
|
|
background-size: 100% 100%;
|
|
min-width: 24px;
|
|
min-height: 24px;
|
|
}
|
|
|
|
.imageMenuCheck {
|
|
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" style="stroke:black;stroke-width:8;" fill="none" stroke-opacity="50%"><polyline points="20,60 40,80 80,40" /></svg>');
|
|
background-size: 100% 100%;
|
|
min-width: 24px;
|
|
min-height: 24px;
|
|
}
|
|
|
|
.imageMenuSortUp {
|
|
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" style="stroke:black;stroke-width:8;" fill="none" stroke-opacity="50%"><polyline points="50,20 50,80" /><polyline points="30,40 50,20 70,40" /></svg>');
|
|
background-size: 100% 100%;
|
|
min-width: 24px;
|
|
min-height: 24px;
|
|
}
|
|
|
|
.imageMenuSortDown {
|
|
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" style="stroke:black;stroke-width:8;" fill="none" stroke-opacity="50%"><polyline points="50,20 50,80" /><polyline points="30,60 50,80 70,60" /></svg>');
|
|
background-size: 100% 100%;
|
|
min-width: 24px;
|
|
min-height: 24px;
|
|
}
|
|
|
|
.imageHideSidebar {
|
|
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" style="stroke:black;stroke-width:6;" fill="none" stroke-opacity="50%"><polyline points="80,20 50,50 80,80" /><polyline points="50,20 20,50, 50,80" /></svg>');
|
|
background-size: 100% 100%;
|
|
min-width: 24px;
|
|
min-height: 24px;
|
|
}
|
|
|
|
.imageShowSidebar {
|
|
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" style="stroke:black;stroke-width:6;" fill="none" stroke-opacity="50%"><polyline points="20,20 50,50 20,80" /><polyline points="50,20 80,50, 50,80" /></svg>');
|
|
background-size: 100% 100%;
|
|
min-width: 24px;
|
|
min-height: 24px;
|
|
}
|
|
|
|
.imageHamburger {
|
|
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" style="stroke:black;stroke-width:6;" fill="none" stroke-opacity="50%"><polyline points="20,25 80,25" /><polyline points="20,50 80,50" /><polyline points="20,75 80,75" /></svg>');
|
|
background-size: 100% 100%;
|
|
min-width: 24px;
|
|
min-height: 24px;
|
|
}
|