Thread: UI Update
View Single Post
Old 26 Jan 2022, 03:28 PM   #53
Gsptlsnz
Senior Member
 
Join Date: Sep 2011
Location: 5th Dimension
Posts: 180
Quote:
Originally Posted by JoeR View Post
Is it possible to move the search box back over to where it was? I just want it back like it was, ....IF that is doable. Really appreciate what ever you are able to do though no matter how small :)
Try this...

Code:
/* Move the Search box to the right side */
.v-SearchInput-input {
background-color:aliceblue !important;
font-size:18pt !important;
direction:ltr !important;
}
.v-MailToolbar-search, .v-PageHeader, .v-PageHeader--dark  {
direction:rtl !important;
}
.v-ClearSearchButton {
background-color:limegreen !important;
}

Last edited by Gsptlsnz : 27 Jan 2022 at 05:31 AM. Reason: Changed the Code
Gsptlsnz is offline   Reply With Quote