Skip to content

Commit

Permalink
Fix class for the searchbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Xilantra committed Jan 27, 2023
1 parent 6e56cdb commit 5301825
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,26 @@
@xilantra
https://arc.net/e/F45B80FE-D31F-499E-8968-53EA033F73F4
https://github.com/Xilantra/enhanced-gmail
Last updated: Jan 10 2022
Last updated: Jan 27 2022
*/


/* Search bar light mode */
/* form.aJf */
/* lg */
header.gb_Ca.gb_5a.gb_Ue.gb_Qc #aso_search_form_anchor,
/* header.gb_Ca.gb_5a.gb_Ue.gb_Qc #aso_search_form_anchor, */
/* xl */
header.gb_Ca.gb_5a.gb_Ue.gb_Td #aso_search_form_anchor
header.gb_Da.gb_6a.gb_Ue #aso_search_form_anchor
{
background-color: #ffffff !important;
}

/* Search bar dark mode */
/* lg */
header.gb_Ca.gb_5a.gb_Ue.gb_5.gb_Td #aso_search_form_anchor,
header.gb_Da.gb_6a.gb_Ue.gb_6.gb_Vd #aso_search_form_anchor,
/* header.gb_ua.gb_6a.gb_Ve.gb_aa.gb_Ud #aso_search_form_anchor, */
/* xl */
header.gb_Ca.gb_5a.gb_Ue.gb_5.gb_Qc #aso_search_form_anchor
header.gb_Da.gb_6a.gb_Ue.gb_6.gb_Sc #aso_search_form_anchor
/* header.gb_ua.gb_6a.gb_Ve.gb_aa.gb_Rc #aso_search_form_anchor */
{
background: #000 !important;
Expand Down Expand Up @@ -65,12 +65,12 @@ header.gb_oa.gb_1a.gb_Qe.gb_Mc:not(header.gb_oa.gb_1a.gb_Qe.gb_4.gb_Mc) svg {
color: #001d35 !important;
}

.gb_Od.gb_Zd.gb_Re.gb_He [aria-label="Advanced search options"],
/* .gb_Od.gb_Zd */.gb_Re.gb_He [aria-label="Advanced search options"],
.Yb.dIH7rb,
[data-tooltip="Settings"] {
opacity: 0.6;
}
.gb_Od.gb_Zd.gb_Re.gb_He [aria-label="Advanced search options"]:hover,
/* .gb_Od.gb_Zd */.gb_Re.gb_He [aria-label="Advanced search options"]:hover,
.Yb.dIH7rb:hover, [data-tooltip="Settings"]:hover {
opacity: 1;
}
Expand Down Expand Up @@ -122,12 +122,12 @@ header.gb_oa.gb_1a.gb_Qe.gb_Mc:not(header.gb_oa.gb_1a.gb_Qe.gb_4.gb_Mc) svg {
}

/* Top nav items */
.gb_Od.gb_Zd.gb_Re.gb_He {
/* .gb_Od.gb_Zd */.gb_Re.gb_He {
transform: translateY(8px);
}

/* header[role="banner"]:hover .gb_Sc */
#gb:hover .gb_Od.gb_Zd.gb_Re.gb_He {
#gb:hover /* .gb_Od.gb_Zd */.gb_Re.gb_He {
opacity: 1;
visibility: visible;
transform: translateY(0px);
Expand Down Expand Up @@ -175,7 +175,7 @@ header.gb_oa.gb_1a.gb_Qe.gb_Mc:not(header.gb_oa.gb_1a.gb_Qe.gb_4.gb_Mc) svg {
}

/* Top nav items */
.gb_Od.gb_Zd.gb_Re.gb_He,
/* .gb_Od.gb_Zd */.gb_Re.gb_He,
/* Google Apps */
/* .gb_Sc */
/* Light mode left sidebar */
Expand All @@ -193,7 +193,7 @@ header.gb_oa.gb_1a.gb_Qe.gb_Mc:not(header.gb_oa.gb_1a.gb_Qe.gb_4.gb_Mc) svg {
/* Compose Button default */
.z0>.L3,
/* Top nav items */
.gb_Od.gb_Zd.gb_Re.gb_He,
/* .gb_Od.gb_Zd */.gb_Re.gb_He,
/* Google Apps */
.gb_Sc,
/* Light mode main frame */
Expand All @@ -203,3 +203,4 @@ header.gb_oa.gb_1a.gb_Qe.gb_Mc:not(header.gb_oa.gb_1a.gb_Qe.gb_4.gb_Mc) svg {
.zA {
transition: all .24s ease-in-out;
}

0 comments on commit 5301825

Please sign in to comment.