Merge pull request #5437 from sbwalker/dev

synchronize app.css with .NET MAUI
This commit is contained in:
Shaun Walker
2025-07-30 13:40:41 -04:00
committed by GitHub
2 changed files with 16 additions and 5 deletions

View File

@ -239,18 +239,19 @@ app {
.app-form-inline { .app-form-inline {
display: inline; display: inline;
} }
.app-search{
.app-search {
display: inline-block; display: inline-block;
position: relative; position: relative;
} }
.app-search input + button{ .app-search input + button {
background: none; background: none;
border: none; border: none;
position: absolute; position: absolute;
right: 0; right: 0;
top: 0; top: 0;
} }
.app-search input + button .oi{ .app-search input + button .oi {
top: 0; top: 0;
} }
.app-search-noinput { .app-search-noinput {
@ -275,3 +276,13 @@ app {
.app-logo .navbar-brand { .app-logo .navbar-brand {
padding: 5px 20px 5px 20px; padding: 5px 20px 5px 20px;
} }
/* cookie consent */
.gdpr-consent-bar .btn-show {
bottom: -3px;
left: 5px;
}
.gdpr-consent-bar .btn-hide {
top: 0;
right: 5px;
}

View File

@ -278,11 +278,11 @@ app {
} }
/* cookie consent */ /* cookie consent */
.gdpr-consent-bar .btn-show{ .gdpr-consent-bar .btn-show {
bottom: -3px; bottom: -3px;
left: 5px; left: 5px;
} }
.gdpr-consent-bar .btn-hide{ .gdpr-consent-bar .btn-hide {
top: 0; top: 0;
right: 5px; right: 5px;
} }