From 32cfff1815eef5cf55154c1bd5db15e58cb9f5f8 Mon Sep 17 00:00:00 2001 From: Xabi Spacebiker <1733884+xabispacebiker@users.noreply.github.com> Date: Wed, 18 Aug 2021 14:14:07 +0200 Subject: [PATCH] Update styles.css Fixed arrow-icon position. In the master branch, the icon arrow looks open when it'd be closed and viceversa. --- airtime_mvc/public/css/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/airtime_mvc/public/css/styles.css b/airtime_mvc/public/css/styles.css index c98fa8ccf..9120cd33b 100644 --- a/airtime_mvc/public/css/styles.css +++ b/airtime_mvc/public/css/styles.css @@ -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;