Skip to content

Commit abe9d84

Browse files
committed
Updated to latest bootstrap, jquery, filesaver.
Switched from glyphicons to bootstrap icons. This will allow us to switch to "vanilla" JS & remove jquery. Hide the import/export accordion until the app is loaded. Use enableCORS, remove individual CORS headers.
1 parent 3b5b3ba commit abe9d84

25 files changed

+199
-528
lines changed

esp8266-fastled-webserver/data/css/bootstrap-5.1.3.min.css

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

esp8266-fastled-webserver/data/css/bootstrap-icons-1.7.2.min.css

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

esp8266-fastled-webserver/data/css/bootstrap.min.css

Lines changed: 0 additions & 6 deletions
This file was deleted.

esp8266-fastled-webserver/data/css/minicolors-2.3.6.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

esp8266-fastled-webserver/data/css/minicolors.min.css

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,11 @@
1-
body { padding-bottom: 70px; }
2-
3-
.btn-group-custom .btn {
4-
border-right-width: 0;
5-
}
6-
7-
.btn-group-custom .btn:hover {
8-
border-right-width: 1px;
9-
}
10-
11-
.btn-group-custom .btn:hover + .btn {
12-
border-left-width: 0;
1+
body {
2+
padding-bottom: 80px;
133
}
144

15-
#ButtonSearch {
16-
border-left-width: 1px;
17-
border-right-width: 0;
18-
margin-left: 16px;
5+
.col-form-label {
6+
text-align: right;
197
}
208

21-
#ButtonExport {
22-
border-right-width: 1px;
9+
.btn-color {
10+
width: 40px;
2311
}
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)