2018-07-29 21:43:40 +02:00
|
|
|
body {
|
2018-08-21 21:53:13 +02:00
|
|
|
padding: 0.5em;
|
|
|
|
margin: 0;
|
2018-07-29 21:43:40 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.action {
|
|
|
|
display: block;
|
|
|
|
padding: 0.5em;
|
2018-08-21 21:53:13 +02:00
|
|
|
background-color: transparent;
|
|
|
|
border: 1px solid currentColor;
|
2018-07-29 21:43:40 +02:00
|
|
|
cursor: pointer;
|
|
|
|
width: 100%;
|
|
|
|
text-align: left;
|
|
|
|
height: auto;
|
|
|
|
z-index: 1;
|
|
|
|
position: relative;
|
2018-07-31 13:36:34 +02:00
|
|
|
white-space: nowrap;
|
2018-08-21 21:53:13 +02:00
|
|
|
color: currentColor;
|
2018-07-29 21:43:40 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.action + .action {
|
|
|
|
border-top-width: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.action:first-child {
|
|
|
|
border-radius: 3px 3px 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.action:last-child {
|
|
|
|
border-radius: 0 0 3px 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.action:active, .action:hover, .action:focus {
|
|
|
|
z-index: 10;
|
|
|
|
}
|
|
|
|
|
2018-08-21 21:53:13 +02:00
|
|
|
.action .icon {
|
2018-07-31 14:17:39 +02:00
|
|
|
vertical-align: text-bottom;
|
2018-08-21 21:53:13 +02:00
|
|
|
height: 19px;
|
|
|
|
width: 19px;
|
2018-07-29 21:43:40 +02:00
|
|
|
margin-right: 0.25em;
|
2018-08-21 21:53:13 +02:00
|
|
|
background-color: currentColor;
|
|
|
|
mask-size: 100%;
|
|
|
|
display: inline-block;
|
2018-10-09 12:59:53 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.search {
|
|
|
|
box-sizing: border-box;
|
|
|
|
padding-left: calc(0.5em + 19px + 0.25em);
|
|
|
|
cursor: initial;
|
2018-07-29 21:43:40 +02:00
|
|
|
}
|