diff --git a/css/icons.css b/css/icons.css index 90e144c3..97f45e20 100644 --- a/css/icons.css +++ b/css/icons.css @@ -97,3 +97,13 @@ font-family : 'Fontello'; content : '\e814 '; } + +.icon-clear::before { + font-family : 'Fontello'; + content : '\e815 '; +} + +.icon-refresh::before { + font-family : 'Fontello'; + content : '\e816 '; +} diff --git a/css/style.css b/css/style.css index 7b38f35d..55b2b910 100644 --- a/css/style.css +++ b/css/style.css @@ -63,30 +63,29 @@ body { user-select : text; } -.path-icon { - position : relative; - top : 3px; - left : -4px; - display : inline-block; - width : 15px; - height : 15px; -} - -.path-icon:hover { - cursor:pointer; -} - -.path-icon:active { - position: relative; - top: 4px; - text-shadow:black 0 0 1px; -} - .icon { margin-left : 0.5%; cursor: default; } +.icon:hover { + cursor: default; +} + +.path-icon { + color: #222; + position : relative; +} + +.path-icon:active { + top: 1px; +} + +.path-icon:hover { + color : #06e; + cursor: pointer; +} + .error::before { font-family : 'Fontello'; font-size : 14px; @@ -120,14 +119,6 @@ body { background : url(/img/spinner.gif); } -.refresh-icon { - background:url(/img/refresh.png) no-repeat; -} - -.refresh-icon:active { - background-position: 0 -15px; -} - .cmd-button { width: 5%; height: 30px; @@ -155,15 +146,6 @@ body { outline: 0; } -.clear-storage { - margin-right: 6px; - margin-left: 7px; - background:url(/img/clear.png) -4px -4px no-repeat; -} -.clear-storage:active { - top:5px; -} - .links a { color:red; } diff --git a/font/fontello.eot b/font/fontello.eot index 213a2047..35c5649f 100644 Binary files a/font/fontello.eot and b/font/fontello.eot differ diff --git a/font/fontello.json b/font/fontello.json index 75331a80..42a81121 100644 --- a/font/fontello.json +++ b/font/fontello.json @@ -187,6 +187,18 @@ "css": "resize-full", "code": 59412, "src": "fontawesome" + }, + { + "uid": "ebc57fa8400e4ede049ac5dc665210e1", + "css": "eraser", + "code": 59413, + "src": "fontawesome" + }, + { + "uid": "3bd18d47a12b8709e9f4fe9ead4f7518", + "css": "arrows-ccw", + "code": 59414, + "src": "entypo" } ] } diff --git a/font/fontello.svg b/font/fontello.svg index 9bd36b55..9ced2e2f 100644 --- a/font/fontello.svg +++ b/font/fontello.svg @@ -6,27 +6,29 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/font/fontello.ttf b/font/fontello.ttf index 0ee2ce13..25ce8aa4 100644 Binary files a/font/fontello.ttf and b/font/fontello.ttf differ diff --git a/font/fontello.woff b/font/fontello.woff index 03c83739..e140923a 100644 Binary files a/font/fontello.woff and b/font/fontello.woff differ diff --git a/html/fs/path.html b/html/fs/path.html index 5257aeb8..a985a7ef 100644 --- a/html/fs/path.html +++ b/html/fs/path.html @@ -1 +1 @@ -
{{ path }}
\ No newline at end of file +
{{ path }}
\ No newline at end of file diff --git a/img/clear.png b/img/clear.png deleted file mode 100644 index f5739eb1..00000000 Binary files a/img/clear.png and /dev/null differ diff --git a/img/refresh.png b/img/refresh.png deleted file mode 100644 index e250c871..00000000 Binary files a/img/refresh.png and /dev/null differ