From b3aae7b837ba4bd16de74cab690793c54052f9e9 Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Thu, 10 Apr 2025 02:19:48 -0700 Subject: [PATCH] feat: add bootstrap tooltips --- tvapp2/www/css/tvapp2.min.css | 36 ++++++++++++++++++++++++++++++++ tvapp2/www/index.html | 39 ++++++++++++++++++++++++----------- 2 files changed, 63 insertions(+), 12 deletions(-) diff --git a/tvapp2/www/css/tvapp2.min.css b/tvapp2/www/css/tvapp2.min.css index 67c2a22c..7084ec8f 100644 --- a/tvapp2/www/css/tvapp2.min.css +++ b/tvapp2/www/css/tvapp2.min.css @@ -1,3 +1,7 @@ +/* + Boostrap 5 > Table +*/ + .table { --bs-table-bg: #1b1b1b; @@ -9,6 +13,38 @@ --bs-table-bg-type: #242424; } +/* + Boostrap 5 > Tooltips +*/ + +.tooltip-inner +{ + background-color: #3061a1; + box-shadow: 0px 0px 4px black; + opacity: 1; + color: #FFF; +} + +.tooltip.bs-tooltip-right .tooltip-arrow::before +{ + border-right-color: #3061a1 !important; +} + +.tooltip.bs-tooltip-left .tooltip-arrow::before +{ + border-left-color: #3061a1 !important; +} + +.tooltip.bs-tooltip-bottom .tooltip-arrow::before +{ + border-bottom-color: #3061a1 !important; +} + +.tooltip.bs-tooltip-top .tooltip-arrow::before +{ + border-top-color: #3061a1 !important; +} + body { background-color: #f8f9fa; diff --git a/tvapp2/www/index.html b/tvapp2/www/index.html index 975a65e2..60dc919a 100644 --- a/tvapp2/www/index.html +++ b/tvapp2/www/index.html @@ -17,18 +17,18 @@
- +
@@ -71,7 +71,7 @@ - + @@ -86,7 +86,7 @@ - + @@ -101,7 +101,7 @@ - + @@ -123,7 +123,7 @@