summaryrefslogtreecommitdiff
path: root/res/client/css
diff options
context:
space:
mode:
Diffstat (limited to 'res/client/css')
-rw-r--r--res/client/css/partials/zoom-buttons.scss6
-rw-r--r--res/client/css/style.css6
2 files changed, 6 insertions, 6 deletions
diff --git a/res/client/css/partials/zoom-buttons.scss b/res/client/css/partials/zoom-buttons.scss
index de1d104d..fabee320 100644
--- a/res/client/css/partials/zoom-buttons.scss
+++ b/res/client/css/partials/zoom-buttons.scss
@@ -10,7 +10,7 @@
}
#btn_zoom_to_selection {
- background: url(../img/icon__zoom_to_selection.svg);
+ background: url(../img/icon__zoom_to_selection.png);
background-position: center;
background-repeat: no-repeat;
width: 16px;
@@ -19,7 +19,7 @@
}
#btn_zoom_in {
- background: url(../img/plus.svg);
+ background: url(../img/plus.png);
background-position: center;
background-repeat: no-repeat;
width: 16px;
@@ -28,7 +28,7 @@
}
#btn_zoom_out {
- background: url(../img/minus.svg);
+ background: url(../img/minus.png);
background-position: center;
background-repeat: no-repeat;
width: 16px;
diff --git a/res/client/css/style.css b/res/client/css/style.css
index 54d0c7b0..3be53391 100644
--- a/res/client/css/style.css
+++ b/res/client/css/style.css
@@ -782,7 +782,7 @@ p {
padding: 5px 4px 0px 4px; }
#btn_zoom_to_selection {
- background: url(../img/icon__zoom_to_selection.svg);
+ background: url(../img/icon__zoom_to_selection.png);
background-position: center;
background-repeat: no-repeat;
width: 16px;
@@ -790,7 +790,7 @@ p {
margin-bottom: 5px; }
#btn_zoom_in {
- background: url(../img/plus.svg);
+ background: url(../img/plus.png);
background-position: center;
background-repeat: no-repeat;
width: 16px;
@@ -798,7 +798,7 @@ p {
margin-bottom: 5px; }
#btn_zoom_out {
- background: url(../img/minus.svg);
+ background: url(../img/minus.png);
background-position: center;
background-repeat: no-repeat;
width: 16px;