diff --git a/icon/accept_all.svg b/icon/accept_all.svg new file mode 100644 index 0000000..b8f9be7 --- /dev/null +++ b/icon/accept_all.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icon/accept_selected.svg b/icon/accept_selected.svg new file mode 100644 index 0000000..30342c6 --- /dev/null +++ b/icon/accept_selected.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icon/camera_icon.svg b/icon/camera_icon.svg new file mode 100644 index 0000000..ad13b59 --- /dev/null +++ b/icon/camera_icon.svg @@ -0,0 +1,14 @@ + + + + + + + + diff --git a/icon/discard_all.svg b/icon/discard_all.svg new file mode 100644 index 0000000..e290f41 --- /dev/null +++ b/icon/discard_all.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icon/discard_selected.svg b/icon/discard_selected.svg new file mode 100644 index 0000000..8ffdc69 --- /dev/null +++ b/icon/discard_selected.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icon/reset_settings2.png b/icon/reset_settings2.png new file mode 100644 index 0000000..da2a6dc Binary files /dev/null and b/icon/reset_settings2.png differ diff --git a/index.html b/index.html index 187e38f..c3344f8 100644 --- a/index.html +++ b/index.html @@ -137,9 +137,7 @@ background-color: #777; color: white; cursor: pointer; - border: none; - text-align: left; outline: none; font-size: 15px; @@ -424,8 +422,8 @@ .acceptAllImgBtn { font-family: Arial, Verdana; - background-image: url(./icon/accept_all.png); - background-color: transparent; + background-image: url(./icon/accept_all.svg); + background-color: #777; background-size: 30px; width: 30px; height: 30px; @@ -434,8 +432,8 @@ .acceptSelectedImgBtn { font-family: Arial, Verdana; - background-image: url(./icon/accept_selected.png); - background-color: transparent; + background-image: url(./icon/accept_selected.svg); + background-color: #777; background-size: 30px; width: 30px; height: 30px; @@ -444,8 +442,8 @@ .discardAllImgBtn { font-family: Arial, Verdana; - background-image: url(./icon/discard_all_border.png); - background-color: transparent; + background-image: url(./icon/discard_all.svg); + background-color: #777; background-size: 30px; width: 30px; height: 30px; @@ -454,9 +452,9 @@ .discardSelectedImgBtn { font-family: Arial, Verdana; - background-image: url(./icon/discard_selected_border.png); - background-color: transparent; - background-size: 24px; + background-image: url(./icon/discard_selected.svg); + background-color: #777; + background-size: 30px; width: 30px; height: 30px; background-repeat: no-repeat; @@ -464,8 +462,8 @@ .resetButton { font-family: Arial, Verdana; - background-image: url(./icon/reset_settings.png); - background-color: transparent; + background-image: url(./icon/reset_settings2.png); + background-color: #777; background-size: 30px; width: 30px; height: 30px; @@ -474,8 +472,8 @@ .snapshotButton { font-family: Arial, Verdana; - background-image: url(./icon/camera_icon.png); - background-color: transparent; + background-image: url(./icon/camera_icon.svg); + background-color: #777; background-size: 30px; width: 30px; height: 30px; @@ -532,27 +530,16 @@
- - - + + + - - -
+ > Interrupt + +
@@ -846,6 +833,7 @@ + > + >