diff --git a/css/stylesheet.css b/css/csfloat_styles.css similarity index 96% rename from css/stylesheet.css rename to css/csfloat_styles.css index 5d166ef..eabd8de 100644 --- a/css/stylesheet.css +++ b/css/csfloat_styles.css @@ -47,6 +47,7 @@ .betterfloat-buffprice:hover .betterfloat-buff-tooltip { visibility: visible; opacity: 1; + transition: visibility 0s, opacity 0.5s linear; } .betterfloat-buffprice { diff --git a/css/popup.css b/css/popup.css index 3f643ff..e14c187 100644 --- a/css/popup.css +++ b/css/popup.css @@ -228,4 +228,5 @@ input[type='checkbox'] { color: rgba(255, 255, 255, 0.7); margin: 5px 20px 5px 0px; font-weight: 400; + overflow-wrap: break-word; } \ No newline at end of file diff --git a/css/skinport_styles.css b/css/skinport_styles.css new file mode 100644 index 0000000..16c0f59 --- /dev/null +++ b/css/skinport_styles.css @@ -0,0 +1,32 @@ +.betterfloat-buff-tooltip { + /* Positioning the tooltip text */ + position: absolute; + z-index: 1; + transform: translate(-16%, 40%); + visibility: hidden; + width: 200px; + background-color: #192733; + color: #fff; + text-align: center; + padding: 8px 10px 8px 10px; + border-radius: 6px; + font-size: 14px; + + /* Fade in tooltip */ + opacity: 0; + transition: opacity 0.3s; +} + +.betterfloat-buffprice { + font-size: 12px; +} + +.betterfloat-buffprice:hover .betterfloat-buff-tooltip { + visibility: visible; + opacity: 1; +} + +.betterfloat-sale-tag { + font-size: 12px!important; + margin: 1px; +} \ No newline at end of file diff --git a/html/changelog.html b/html/changelog.html index 84a7469..5e074b0 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -1,3 +1,16 @@ +
+ What's new? +
+