Skip to content

Commit f8e4427

Browse files
authored
Merge pull request #2617 from Squidly271/Fix-Filemanager-CSS-Styling
Fix: CSS Styling when reopening file manager
2 parents fa21403 + bc8b0ea commit f8e4427

2 files changed

Lines changed: 14 additions & 9 deletions

File tree

emhttp/plugins/dynamix/sheets/BrowseButton.css

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

emhttp/plugins/dynamix/styles/default-dynamix.css

100644100755
Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)