Skip to content

Commit

Permalink
Update theme-findbar.css
Browse files Browse the repository at this point in the history
  • Loading branch information
soulhotel authored Nov 3, 2024
1 parent de4dadf commit d7d53dd
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion theme/theme-findbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,26 @@ findbar{
.findbar-container{
height: 38px !important;
padding-bottom: 4px !important;
margin-top:-2px;
}

.findbar-textbox{
width: 20em !important;
width: 27vw !important;
padding-bottom: 9px !important;
padding-top: 8px !important;
border: 0px !important;
background-color: var(--uc-background-main) !important;
color: var(--uc-text) !important;
box-shadow: 0.1rem 0.4rem 0.4rem -0.1rem rgba(25,25,25,0.9);
}

.findbar-textbox:focus{
background-color: var(--uc-background-main) !important;
}

.findbar-closebutton {
border-radius: var(--uc-button-border-radius) !important;
width: 33px !important;
margin: -2px 8px 7px auto !important;
box-shadow: 0.1rem 0.4rem 0.4rem -0.1rem rgba(25,25,25,0.9);
}

0 comments on commit d7d53dd

Please sign in to comment.