Merge pull request #1313 from xabispacebiker/arrow-icon-fix

Update styles.css
This commit is contained in:
Kyle Robbertze 2021-08-26 11:49:33 +02:00 committed by GitHub
commit eb3ac44fa5
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;