Skip to content

Commit

Permalink
fix: tweak css values per updated filemanager
Browse files Browse the repository at this point in the history
  • Loading branch information
JMSDOnline committed Dec 18, 2024
1 parent 51615b8 commit 1fff878
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 20 deletions.
20 changes: 20 additions & 0 deletions plugins.css
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,26 @@ input#flm-nav-refresh {
background-position: -5px -109px;
}

/* Filemanager */
#flm-nav-refresh {
background: #333;
border-color: #111;
box-shadow: none;
padding: .25rem !important;
}

#flm-navigation-head .input-group-text {
background: #333;
border-color: #111;
color: #fff;
}

#flm-navpath {
background: #333;
border-color: #111;
color: #fff;
}

/*Logoff */

div#logoff {
Expand Down
39 changes: 19 additions & 20 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800');

body,
html {
background-color: #2a2a2a;
color: #ccc;
font-family: 'Open Sans', sans-serif;
text-shadow: none;
margin: 0;
padding: 0;
line-height: 1.5;
}

/* Global Styles */

:root {
Expand Down Expand Up @@ -29,16 +40,12 @@
--bs-nav-link-color: #1e824c;
}


body,
html {
background-color: #2a2a2a;
color: #ccc;
font-family: 'Open Sans', sans-serif;
text-shadow: none;
margin: 0;
padding: 0;
line-height: 1.5;
category-panel {
color: #dcdcdc;
--open-background-image: url('../club-QuickBox/images/pnl_open.png');
--close-background-image: url('../club-QuickBox/images/pnl_close.png');
--heading-background-color: #1A1A1A;
--heading-border-color: transparent;
}

/* Panel Labels */
Expand Down Expand Up @@ -711,14 +718,6 @@ category-list {
border: 1px solid #222;
}

category-panel {
color: #dcdcdc;
--open-background-image: url('../plugins/theme/themes/club-QuickBox/images/pnl_open.png');
--close-background-image: url('../plugins/theme/themes/club-QuickBox/images/pnl_close.png');
--heading-background-color: #1A1A1A;
--heading-border-color: transparent;
}

category-panel::part(heading) {
font-size: 12px;
/*padding: 2px 14px 2px 30px;*/
Expand Down Expand Up @@ -746,11 +745,11 @@ div[part=heading]::before {
content: "";
display: block;
height: 28px !important;
background-image: url('../plugins/theme/themes/club-QuickBox/images/pnl_open.png') !important;
background-image: url('../club-QuickBox/images/pnl_open.png') !important;
}

:host([closed]) div[part="heading"]::before {
background-image: url('../plugins/theme/themes/club-QuickBox/images/pnl_closed.png') !important;
background-image: url('../club-QuickBox/images/pnl_closed.png') !important;
}

[part="count"],
Expand Down

0 comments on commit 1fff878

Please sign in to comment.