Update styles.css

Fixed arrow-icon position. In the master branch, the icon arrow looks open when it'd be closed and viceversa.
This commit is contained in:
Xabi Spacebiker 2021-08-18 14:14:07 +02:00 committed by GitHub
parent d6093f7356
commit 32cfff1815
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2063,7 +2063,7 @@ span.errors.sp-errors{
}
.collapsible-header .arrow-icon, .collapsible-header-disabled .arrow-icon {
display:block;
background:url(images/arrows_collapse.png) no-repeat 0 0;
background:url(images/arrows_collapse.png) no-repeat 0 -11px;
height:11px;
width:11px;
position:absolute;
@ -2072,7 +2072,7 @@ span.errors.sp-errors{
}
.collapsible-header.closed .arrow-icon, .collapsible-header-disabled.close .arrow-icon {
background-position: 0 -11px !important;
background-position: 0 0 !important;
}
#schedule-add-show .button-bar {
height: 28px;