diff --git a/src/static/default.css b/src/static/default.css index b23d26b..bdf81bd 100644 --- a/src/static/default.css +++ b/src/static/default.css @@ -40,7 +40,6 @@ td { .inline { display: inline; } - .link-button { background: none; border: none; @@ -58,4 +57,27 @@ td { } .link-button:active { color: red; -} \ No newline at end of file +} +.icon-zoom:hover{ + transform: scale(1.2); +} +.icon-desc { + position: relative; + display: inline-block; + } +.icon-desc:hover::after { + content: attr(desc); + font-size: 12px; + position: absolute; + background: #333; + color: white; + padding: 3px; + border-radius: 10px; + pointer-events: none; + left: 50%; + transform: translateX(-50%); + top: 100%; + margin-top: 5px; + white-space: nowrap; + z-index: 2000; + } \ No newline at end of file diff --git a/src/static/icons/check-lg.svg b/src/static/icons/check-lg.svg new file mode 100644 index 0000000..0d680db --- /dev/null +++ b/src/static/icons/check-lg.svg @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/src/static/icons/wrench.svg b/src/static/icons/wrench.svg new file mode 100644 index 0000000..806cca0 --- /dev/null +++ b/src/static/icons/wrench.svg @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/src/static/icons/x-lg.svg b/src/static/icons/x-lg.svg new file mode 100644 index 0000000..8295963 --- /dev/null +++ b/src/static/icons/x-lg.svg @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/src/templates/base.html b/src/templates/base.html index 48a1b4c..e68e35f 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -10,7 +10,7 @@ - + diff --git a/src/templates/devices.html b/src/templates/devices.html index 73ae17e..1513947 100644 --- a/src/templates/devices.html +++ b/src/templates/devices.html @@ -11,6 +11,7 @@