File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ i.job {
7878}
7979.ui-dfm .ui-dialog-titlebar-close {
8080 background : transparent;
81- border : none;
81+ border : none !important ;
8282 font-size : 1.8rem !important ;
8383 margin-top : -20px !important ;
8484 margin-right : -18px !important ;
Original file line number Diff line number Diff line change @@ -1738,18 +1738,23 @@ div.icon-zip {
17381738}
17391739
17401740.ui-widget-header {
1741- border : none;
1742- background : var (--dynamix-jquery-ui-header-background );
1743- color : var (--dynamix-jquery-ui-header-color );
1744- font-weight : bold;
1741+ border : none !important ;
1742+ background : var (--dynamix-jquery-ui-header-background ) !important ;
1743+ color : var (--dynamix-jquery-ui-header-color ) !important ;
1744+ font-weight : bold !important ;
17451745}
17461746
17471747.ui-widget-content {
1748- border : 1px solid var (--dynamix-jquery-ui-border-color );
1749- background : var (--dynamix-jquery-ui-content-background );
1750- color : var (--dynamix-jquery-ui-content-color );
1748+ border : 1px solid var (--dynamix-jquery-ui-border-color ) !important ;
1749+ background : var (--dynamix-jquery-ui-content-background ) !important ;
1750+ color : var (--dynamix-jquery-ui-content-color ) !important ;
1751+ }
1752+ .ui-dialog .ui-dialog-buttonpane {
1753+ border-width : 1px 0 0 0 !important ;
1754+ }
1755+ .ui-dialog .ui-dialog-content {
1756+ border : 0 !important ;
17511757}
1752-
17531758.ui-state-active {
17541759 background : var (--dynamix-jquery-ui-active-background );
17551760}
You can’t perform that action at this time.
0 commit comments