hide relay select for widget socol

This commit is contained in:
Marion Muszynski 2017-01-24 11:27:47 +01:00
parent 8ae11e0adb
commit 4eaa76f76a
2 changed files with 13 additions and 1 deletions

View File

@ -7091,3 +7091,9 @@ table#carrierTable tbody td {
padding: 5px;
width: 700px;
}
/* Order Carrier (socol) */
#super-selector {
display: none!important;
}

View File

@ -5049,3 +5049,9 @@ h3.gift_title {
line-height: 16px;
font-size: 13px;
}
/* Order Carrier (socol) */
#super-selector {
display: none!important;
}