diff options
| author | Roy Ben Shabat <roy.mail.net@gmail.com> | 2025-09-04 12:31:46 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <roy.mail.net@gmail.com> | 2025-09-04 12:31:46 +0300 |
| commit | 13f9257daed202db98442f4a97167fd4d0e09e14 (patch) | |
| tree | 1b735c7212ed42ff808a8ce16b71e6991a44b32c /Software/Visual_Studio_22/Tango.Portal.Chat.Web/wwwroot | |
| parent | 5c8f370f9733b881aea4232391b86a640c218f42 (diff) | |
| download | Tango-13f9257daed202db98442f4a97167fd4d0e09e14.tar.gz Tango-13f9257daed202db98442f4a97167fd4d0e09e14.zip | |
Multiple Improvements.
Diffstat (limited to 'Software/Visual_Studio_22/Tango.Portal.Chat.Web/wwwroot')
| -rw-r--r-- | Software/Visual_Studio_22/Tango.Portal.Chat.Web/wwwroot/assets/css/template.css | 4 | ||||
| -rw-r--r-- | Software/Visual_Studio_22/Tango.Portal.Chat.Web/wwwroot/favicon.ico | bin | 0 -> 32038 bytes | |||
| -rw-r--r-- | Software/Visual_Studio_22/Tango.Portal.Chat.Web/wwwroot/favicon.png | bin | 0 -> 281 bytes | |||
| -rw-r--r-- | Software/Visual_Studio_22/Tango.Portal.Chat.Web/wwwroot/site.css | 20 |
4 files changed, 22 insertions, 2 deletions
diff --git a/Software/Visual_Studio_22/Tango.Portal.Chat.Web/wwwroot/assets/css/template.css b/Software/Visual_Studio_22/Tango.Portal.Chat.Web/wwwroot/assets/css/template.css index c502ebac7..daf56a861 100644 --- a/Software/Visual_Studio_22/Tango.Portal.Chat.Web/wwwroot/assets/css/template.css +++ b/Software/Visual_Studio_22/Tango.Portal.Chat.Web/wwwroot/assets/css/template.css @@ -16,11 +16,11 @@ } td { - background-color: rgba(255,0,0,0) !important; + /*background-color: rgba(255,0,0,0) !important;*/ } td { - color: var(--bs-primary) !important; + font-size:10pt; } @media (max-width: 575px) { diff --git a/Software/Visual_Studio_22/Tango.Portal.Chat.Web/wwwroot/favicon.ico b/Software/Visual_Studio_22/Tango.Portal.Chat.Web/wwwroot/favicon.ico Binary files differnew file mode 100644 index 000000000..a3a799985 --- /dev/null +++ b/Software/Visual_Studio_22/Tango.Portal.Chat.Web/wwwroot/favicon.ico diff --git a/Software/Visual_Studio_22/Tango.Portal.Chat.Web/wwwroot/favicon.png b/Software/Visual_Studio_22/Tango.Portal.Chat.Web/wwwroot/favicon.png Binary files differnew file mode 100644 index 000000000..cd18a8beb --- /dev/null +++ b/Software/Visual_Studio_22/Tango.Portal.Chat.Web/wwwroot/favicon.png diff --git a/Software/Visual_Studio_22/Tango.Portal.Chat.Web/wwwroot/site.css b/Software/Visual_Studio_22/Tango.Portal.Chat.Web/wwwroot/site.css index 66edfd085..1d3d49223 100644 --- a/Software/Visual_Studio_22/Tango.Portal.Chat.Web/wwwroot/site.css +++ b/Software/Visual_Studio_22/Tango.Portal.Chat.Web/wwwroot/site.css @@ -241,3 +241,23 @@ code { margin-right: 3rem; margin-bottom: 10rem; } + +.main-svg +{ + background: Transparent !important; +} + +.plotlyjsicon +{ + display:none !important; +} + +.modebar-group +{ + background: Transparent !important; +} + +.modebar-btn > svg > path +{ + fill: white !important; +}
\ No newline at end of file |
