Skip to content

Commit

Permalink
Update css
Browse files Browse the repository at this point in the history
  • Loading branch information
alxhotel committed May 11, 2023
1 parent 15ffb90 commit d80c831
Show file tree
Hide file tree
Showing 4 changed files with 2,545 additions and 1,648 deletions.
47 changes: 43 additions & 4 deletions extension/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -144,16 +144,28 @@
.Header-old .header-search-input::-webkit-input-placeholder {
color: inherit !important;
}
.header .header-search-input::-moz-placeholder,
.Header .header-search-input::-moz-placeholder,
.header-old .header-search-input::-moz-placeholder,
.Header-old .header-search-input::-moz-placeholder {
color: inherit !important;
}
.header .header-search-input:-ms-input-placeholder,
.Header .header-search-input:-ms-input-placeholder,
.header-old .header-search-input:-ms-input-placeholder,
.Header-old .header-search-input:-ms-input-placeholder {
color: inherit !important;
}
.header .header-search-input::-ms-input-placeholder,
.Header .header-search-input::-ms-input-placeholder,
.header-old .header-search-input::-ms-input-placeholder,
.Header-old .header-search-input::-ms-input-placeholder {
.header .header-search-input::-webkit-input-placeholder, .Header .header-search-input::-webkit-input-placeholder, .header-old .header-search-input::-webkit-input-placeholder, .Header-old .header-search-input::-webkit-input-placeholder {
color: inherit !important;
}
.header .header-search-input::-moz-placeholder, .Header .header-search-input::-moz-placeholder, .header-old .header-search-input::-moz-placeholder, .Header-old .header-search-input::-moz-placeholder {
color: inherit !important;
}
.header .header-search-input:-ms-input-placeholder, .Header .header-search-input:-ms-input-placeholder, .header-old .header-search-input:-ms-input-placeholder, .Header-old .header-search-input:-ms-input-placeholder {
color: inherit !important;
}
.header .header-search-input::-ms-input-placeholder, .Header .header-search-input::-ms-input-placeholder, .header-old .header-search-input::-ms-input-placeholder, .Header-old .header-search-input::-ms-input-placeholder {
color: inherit !important;
}
.header .header-search-input::placeholder,
Expand All @@ -162,6 +174,33 @@
.Header-old .header-search-input::placeholder {
color: inherit !important;
}
.header .search-with-dialog,
.Header .search-with-dialog,
.header-old .search-with-dialog,
.Header-old .search-with-dialog {
background-color: #fff !important;
border: 1px solid #ddd !important;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075) !important;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075) !important;
font-size: 13px !important;
color: #333 !important;
min-height: 0 !important;
}
.header .search-with-dialog:hover,
.Header .search-with-dialog:hover,
.header-old .search-with-dialog:hover,
.Header-old .search-with-dialog:hover {
border-color: #51a7e8 !important;
outline: none !important;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(81, 167, 232, 0.5) !important;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(81, 167, 232, 0.5) !important;
}
.header .header-search-button .placeholder,
.Header .header-search-button .placeholder,
.header-old .header-search-button .placeholder,
.Header-old .header-search-button .placeholder {
color: #333 !important;
}
.session-authentication .header-logged-out {
background-color: transparent !important;
border-bottom: 0 !important;
Expand Down
2 changes: 1 addition & 1 deletion extension/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
color: inherit !important;
}

# New Github search with dialog
// New Github search with dialog
.search-with-dialog {
background-color: #fff !important;
border: 1px solid #ddd !important;
Expand Down
Loading

0 comments on commit d80c831

Please sign in to comment.