From db5c1ff58f41e634ef185f86f9d4cfa5c8d224f6 Mon Sep 17 00:00:00 2001 From: Foldex Date: Sat, 8 Jul 2023 17:54:46 -0400 Subject: [PATCH] Web Full: Hide App Properties list separator --- web/full/dialogs/app_properties.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/full/dialogs/app_properties.css b/web/full/dialogs/app_properties.css index ae7000d4..72d92ab5 100644 --- a/web/full/dialogs/app_properties.css +++ b/web/full/dialogs/app_properties.css @@ -273,6 +273,11 @@ margin-right: -4px !important; } +.ModalDialogPopup div[class*="appproperties_AppProperties_"] div[class*="gamepaddialog_Field_"][class*="gamepaddialog_WithBottomSeparatorStandard_"]::after +{ + background: none !important; +} + /* DropDowns */ .ModalDialogPopup div[class*="appproperties_AppProperties_"] div[class*="gamepaddialog_Field_"] .DialogDropDown, .ModalDialogPopup div[class*="appproperties_AppProperties_"] div[class*="gamepaddialog_Field_"] .DialogDropDown:hover,