Skip to content

Commit e352609

Browse files
committed
Scope .myapps-search to input and tweak UI styles
1 parent 90aad89 commit e352609

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/gui/src/css/dashboard.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ body {
686686
}
687687
}
688688

689-
.myapps-search {
689+
input.myapps-search {
690690
width: 100%;
691691
padding-right: 33px !important;
692692
font-size: 13px;
@@ -698,11 +698,11 @@ body {
698698
transition: border-color 0.15s;
699699
}
700700

701-
.myapps-search:focus {
701+
input.myapps-search:focus {
702702
border-color: var(--select-color);
703703
}
704704

705-
.myapps-search::placeholder {
705+
input.myapps-search::placeholder {
706706
color: var(--dashboard-text-muted);
707707
}
708708

@@ -3219,7 +3219,7 @@ body {
32193219
.dashboard-settings-card .button {
32203220
flex-shrink: 0;
32213221
color: var(--dashboard-text);
3222-
background: var(--dashboard-button-background);
3222+
background: var(--dashboard-sidebar-background);
32233223
}
32243224

32253225
.dashboard-settings-card-success {

src/gui/src/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, sel
210210
border-color: #b9b9b9;
211211
border-style: solid;
212212
border-width: 1px;
213-
line-height: 35px;
213+
line-height: 34px;
214214
background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e1e1e1));
215215
background: linear-gradient(#f6f6f6, #e1e1e1);
216216
border-radius: 4px;

0 commit comments

Comments
 (0)