diff --git a/icon/discard_all_border.png b/icon/discard_all_border.png new file mode 100644 index 0000000..9fd3173 Binary files /dev/null and b/icon/discard_all_border.png differ diff --git a/icon/discard_selected_border.png b/icon/discard_selected_border.png new file mode 100644 index 0000000..40c5ec9 Binary files /dev/null and b/icon/discard_selected_border.png differ diff --git a/index.html b/index.html index f940a68..4ba2614 100644 --- a/index.html +++ b/index.html @@ -169,6 +169,13 @@ } + #sdBtnContainer{ + display: flex; + flex: 0 0 auto; + display: flex; + flex-direction: row; + justify-content: space-between; + } .labelNumber { color: aliceblue; } @@ -352,7 +359,7 @@ background: #f0f0f0 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCA } .discardAllImgBtn{ font-family: Arial, Verdana; - background-image: url(./icon/discard_all.png); + background-image: url(./icon/discard_all_border.png); background-color: transparent; background-size: 30px; width: 30px; @@ -361,9 +368,9 @@ background: #f0f0f0 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCA } .discardSelectedImgBtn{ font-family: Arial, Verdana; - background-image: url(./icon/discard_selected.png); + background-image: url(./icon/discard_selected_border.png); background-color: transparent; - background-size: 30px; + background-size: 24px; width: 30px; height: 30px; background-repeat: no-repeat; @@ -413,6 +420,10 @@ background: #f0f0f0 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCA + + + +
@@ -426,11 +437,7 @@ background: #f0f0f0 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCA
-
- - -
- +
@@ -546,20 +553,26 @@ background: #f0f0f0 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCA -
+
+
- - - + + + +
- - - - - + + +
+ + + + + +