synchronize app.css with .NET MAUI

This commit is contained in:
sbwalker
2025-07-30 13:40:25 -04:00
parent bfe57c3ac7
commit eae8b431ee
2 changed files with 16 additions and 5 deletions

View File

@ -239,18 +239,19 @@ app {
.app-form-inline {
display: inline;
}
.app-search{
.app-search {
display: inline-block;
position: relative;
}
.app-search input + button{
.app-search input + button {
background: none;
border: none;
position: absolute;
right: 0;
top: 0;
}
.app-search input + button .oi{
.app-search input + button .oi {
top: 0;
}
.app-search-noinput {
@ -275,3 +276,13 @@ app {
.app-logo .navbar-brand {
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;
}