Skip to content

Commit 0e53f43

Browse files
committed
better style
1 parent 79bdec2 commit 0e53f43

File tree

2 files changed

+47
-1
lines changed

2 files changed

+47
-1
lines changed

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to `FileManager` will be documented in this file.
44

5+
## Version 1.1.1 - 2020-04-23
6+
7+
### Fixed
8+
- CSS so that elFinder integrates better into the Backstrap design;
9+
10+
511
## Version 1.1.0 - 2020-04-23
612

713
### Added

public/packages/backpack/filemanager/themes/Backpack/elfinder.backpack.theme.css

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,47 @@
66
**/
77

88
body.elfinder { margin:0; }
9-
body.elfinder #elfinder.ui-widget-content { border:none; }
9+
body #elfinder.ui-widget-content {
10+
border: 1px solid #cccccc;
11+
background: #ffffff;
12+
color: #23282c;
13+
border-radius: 3px!important;
14+
}
15+
16+
.elfinder-cwd-icon:before {
17+
background: #ccc;
18+
}
19+
20+
#elfinder .ui-state-default,
21+
#elfinder .ui-widget-content .ui-state-default,
22+
#elfinder .ui-widget-header .ui-state-default {
23+
background: #e6e6e6;
24+
}
25+
26+
.elfinder-contextmenu .ui-state-hover {
27+
color: black!important;
28+
}
29+
30+
.elfinder-cwd-file.ui-state-hover,
31+
.elfinder-cwd-file.ui-widget-content .ui-state-hover,
32+
.elfinder-cwd-file.ui-widget-header .ui-state-hover,
33+
.elfinder-cwd-file.ui-state-focus,
34+
.elfinder-cwd-file.ui-widget-content .ui-state-focus,
35+
.elfinder-cwd-file.ui-widget-header .ui-state-focus {
36+
background: transparent!important;
37+
/*border: 1px solid #ccc;*/
38+
}
39+
40+
.elfinder-cwd-view-icons .elfinder-cwd-file .elfinder-cwd-filename.ui-state-hover,
41+
.elfinder-cwd table td.ui-state-hover,
42+
.elfinder-button-menu .ui-state-hover {
43+
/*color: black!important;*/
44+
/*font-weight: bold;*/
45+
}
46+
47+
.elfinder .elfinder-contextmenu, .elfinder .elfinder-contextmenu-sub {
48+
border: 1px solid #ccc!important;
49+
}
1050

1151
/* input textarea */
1252
.elfinder input,

0 commit comments

Comments
 (0)