Skip to content

Commit

Permalink
Fix #302 and Fix #323 Style fixes for download bar and theme selector (
Browse files Browse the repository at this point in the history
  • Loading branch information
tsingh777 authored and navdeepsinghkhalsa committed Sep 25, 2018
1 parent c78cdd8 commit 875092e
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 15 deletions.
5 changes: 3 additions & 2 deletions www/js/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ const searchInputs = h('div#search-container', [
},
h('i.fa.fa-keyboard-o'),
),
h('div#search-bg'),
h('div#db-download-progress'),
h('div#search-bg', [
h('div#db-download-progress'),
]),
]);

// build the Gurmukhi keyboard and append to HTML
Expand Down
2 changes: 1 addition & 1 deletion www/src/scss/_search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
}

#search-bg {
height: 100%;
height: 55%;
left: 0;
position: absolute;
top: 0;
Expand Down
2 changes: 1 addition & 1 deletion www/src/scss/_theme-a-new-day.scss
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ $base-text: #4e4e4e;
color: $base-text;

&:hover {
background-color: $nav-bg;
cursor: pointer;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion www/src/scss/_theme-baagi-blue.scss
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ $highlight-text: #cfd8dc;
color: $text-base;

&:hover {
background-color: $bg-bright;
cursor: pointer;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion www/src/scss/_theme-black-blue.scss
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ $highlight-text: #cfd8dc;
color: $text-base;

&:hover {
background-color: $bg-bright;
cursor: pointer;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion www/src/scss/_theme-blue-darbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ $highlight-text: #cfd8dc;
color: $text-base;

&:hover {
background-color: $bg-bright;
cursor: pointer;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion www/src/scss/_theme-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ $highlight-text: #cfd8dc;
color: $text-base;

&:hover {
background-color: $bg-bright;
cursor: pointer;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion www/src/scss/_theme-floral.scss
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ $base-text: #4e4e4e;
color: $base-text;

&:hover {
background-color: $nav-bg;
cursor: pointer;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion www/src/scss/_theme-high-contrast.scss
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ $highlight-text: #cfd8dc;
color: $text-base;

&:hover {
background-color: $bg-bright;
cursor: pointer;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion www/src/scss/_theme-khalsa-gold.scss
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ $base-text: #4e4e4e;
color: $base-text;

&:hover {
background-color: $nav-bg;
cursor: pointer;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion www/src/scss/_theme-khalsa-rush.scss
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ $base-text: #4e4e4e;
color: $base-text;

&:hover {
background-color: $nav-bg;
cursor: pointer;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion www/src/scss/_theme-light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ $base-text: #4e4e4e;
color: $base-text;

&:hover {
background-color: $nav-bg;
cursor: pointer;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion www/src/scss/_theme-low-light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ $highlight-text: #cfd8dc;
color: $text-base;

&:hover {
background-color: $bg-bright;
cursor: pointer;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion www/src/scss/_theme-moody-blue.scss
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ $highlight-text: #cfd8dc;
color: $text-base;

&:hover {
background-color: $bg-bright;
cursor: pointer;
}
}
}
Expand Down

0 comments on commit 875092e

Please sign in to comment.