Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
hydroper committed Dec 7, 2023
1 parent cb9275a commit 360578f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
8 changes: 5 additions & 3 deletions spec/1.0/live/css/chrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -306,12 +306,14 @@ mark.fade-out {
#searchbar {
width: 100%;
margin: 5px auto 0px auto;
padding: 10px 16px;
padding: 5px;
transition: box-shadow 300ms ease-in-out;
border: 1px solid var(--searchbar-border-color);
border-radius: 3px;
border: none;
border-radius: 5px;
outline: none;
background-color: var(--searchbar-bg);
color: var(--searchbar-fg);
filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.3));
}
#searchbar:focus,
#searchbar.active {
Expand Down
4 changes: 2 additions & 2 deletions spec/1.0/live/css/variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
--table-header-bg: hsl(226, 23%, 31%);
--table-alternate-bg: hsl(226, 23%, 14%);

--searchbar-border-color: #aaa;
--searchbar-bg: #aeaec6;
--searchbar-border-color: #000;
--searchbar-bg: #fff;
--searchbar-fg: #000;
--searchbar-shadow-color: #aaa;
--searchresults-header-fg: #5f5f71;
Expand Down
8 changes: 5 additions & 3 deletions spec/1.0/source/theme/css/chrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -306,12 +306,14 @@ mark.fade-out {
#searchbar {
width: 100%;
margin: 5px auto 0px auto;
padding: 10px 16px;
padding: 5px;
transition: box-shadow 300ms ease-in-out;
border: 1px solid var(--searchbar-border-color);
border-radius: 3px;
border: none;
border-radius: 5px;
outline: none;
background-color: var(--searchbar-bg);
color: var(--searchbar-fg);
filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.3));
}
#searchbar:focus,
#searchbar.active {
Expand Down
4 changes: 2 additions & 2 deletions spec/1.0/source/theme/css/variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
--table-header-bg: hsl(226, 23%, 31%);
--table-alternate-bg: hsl(226, 23%, 14%);

--searchbar-border-color: #aaa;
--searchbar-bg: #aeaec6;
--searchbar-border-color: #000;
--searchbar-bg: #fff;
--searchbar-fg: #000;
--searchbar-shadow-color: #aaa;
--searchresults-header-fg: #5f5f71;
Expand Down

0 comments on commit 360578f

Please sign in to comment.