mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
* Ref #552 -- Add icon to expansible panels Offer informative feedback to user by showing icons to indicate expansible panels. * Fix wrongly removed JavaScript line
This commit is contained in:
@@ -370,3 +370,28 @@ body.loading #wrapper {
|
||||
.dl-horizontal dt {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.collapse-indicator {
|
||||
-webkit-transition: all 150ms ease-in 0s;
|
||||
transition: all 150ms ease-in 0s;
|
||||
}
|
||||
|
||||
.panel-title a:not(.collapsed) .collapse-indicator {
|
||||
-webkit-transform: rotate(180deg);
|
||||
-ms-transform: rotate(180deg);
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
|
||||
.panel-title a[data-toggle="collapse"] {
|
||||
display: flex;
|
||||
padding: 10px 15px;
|
||||
margin: -10px -15px;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
outline: 0;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.panel-title a[data-toggle="collapse"]:hover {
|
||||
background-color: #eeeeee;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user