From a4ea7a0366532c34f16adfb4c1a6e9955a50f546 Mon Sep 17 00:00:00 2001 From: SethBurkart123 Date: Thu, 12 Oct 2023 06:43:11 +1100 Subject: [PATCH] improve styling on dashboard --- src/inject/injected.css | 54 ++++++++++++++++++++++++++++------------- 1 file changed, 37 insertions(+), 17 deletions(-) diff --git a/src/inject/injected.css b/src/inject/injected.css index 7aba1162..e7b609b3 100644 --- a/src/inject/injected.css +++ b/src/inject/injected.css @@ -70,6 +70,7 @@ html { #main > .dashboard > .dashlet { background: var(--background-primary); + border-radius: 1rem; } .dashlet-notes > ul { @@ -770,6 +771,7 @@ div > ol:has(.uiFileHandlerWrapper) { .border { border-radius: 1rem; + overflow: clip; } .shortcut-container h2 { @@ -847,6 +849,39 @@ div > ol:has(.uiFileHandlerWrapper) { left: 0; } +.dashboard .message { + background: var(--background-primary) !important; + color: var(--text-primary); + + border-left: none !important; + border-radius: 1rem !important; +} + +.dashboard .message .ais-wrapper { + background: var(--background-primary); + color: var(--text-primary); + + box-shadow: unset; + -webkit-box-shadow: unset; +} + +.ais-description { + color: var(--text-primary); +} + +.ais-signature { + color: var(--text-primary); +} + +.ais-btnSearch i { + padding-left: 8px; +} + +.ais-input-container select, +.ais-input-container input { + border-radius: 1rem; +} + .notice h3 { margin: 0; font-size: 25px; @@ -877,14 +912,6 @@ div > ol:has(.uiFileHandlerWrapper) { font-family: Rubik, sans-serif; } -.day-container :first-child { - border-bottom-left-radius: 15px; -} - -.day-container :last-child { - border-bottom-right-radius: 15px; -} - .clickable { cursor: pointer; } @@ -1122,7 +1149,8 @@ div > ol:has(.uiFileHandlerWrapper) { background: var(--background-primary); } -.Input__Input___3RSTI::before { +.Input__Input___3RSTI::before, +.ais-btnSearch::before { content: "\eca5"; /* Unicode for the search icon */ transform: translateY(-50%); color: currentColor; @@ -2271,14 +2299,6 @@ body { font-family: Rubik, sans-serif; } -.day-container :first-child { - border-bottom-left-radius: 15px; -} - -.day-container :last-child { - border-bottom-right-radius: 15px; -} - .clickable { cursor: pointer; }