-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New CSS overwriting for both Safari and Firefox extension #32
Comments
Doesn't work for me on Chrome either. |
@xeno-by Try the new version on the master branch. |
@DennisSnijder I can confirm this working for me. Thank you! |
@xeno-by Thanks for testing 👍 |
Confirmed, updated from master and it's working now. |
@DennisSnijder, I was preparing a PR when you updated hehe /* A higher specification avoids `!important` */
.header.great-header {
border-bottom: 1px solid #E5E5E5;
background-color: #F5F5F5;
height: 54px; /* prevents reflow */
}
.header.great-header .header-logo-invertocat,
.header.great-header .header-logo-wordmark {
color: #555;
}
.header.great-header .header-logo-invertocat:hover,
.header.great-header .header-logo-wordmark:hover {
color: #4078C0;
}
.header.great-header .header-nav-link {
color: #555;
}
.header.great-header .header-nav-link:hover,
.header.great-header .header-nav-link:focus {
color: #4078c0;
}
.header.great-header .header-nav-link:hover .dropdown-caret,
.header.great-header .header-nav-link:focus .dropdown-caret {
border-top-color: #4078c0;
}
.header.great-header .notification-indicator .mail-status {
border-color: #f3f3f3;
}
.header.great-header .header-search-scope {
color: #767676;
border-right-color: #EEE;
}
.header.great-header .header-search-wrapper {
color: #333;
background-color: #FFF;
border: 1px solid #DDD;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}
.header.great-header .header-search-wrapper.focus {
background-color: #FFF;
border-color: #51A7E8;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075),
0 0 5px rgba(81, 167, 232, 0.5);
}
.header.great-header .header-search-wrapper.focus .header-search-scope {
color: #4078C0;
background-color: #EDF2F9;
border-right-color: #C6D7EC;
}
.header.great-header .header-search-input {
color: #333;
}
.header.great-header .header-search-input::-webkit-input-placeholder {
color: #999;
}
.header.great-header .header-search-input:placeholder {
color: #999;
}
.header.great-header .header-search-input::-moz-placeholder {
color: #999;
}
.header.great-header .header-search-input:-moz-placeholder {
color: #999;
} |
@fabricionaweb Looks good! Feel free to create a Pull Request for that as there are some improvements indeed! |
Is the chrome webstore version gonna be updated? |
Someone mentioned chrome?
:-) |
Why not concat github via Get Help with GitHub and complain about it? Let those guys know about it. |
They just replied. It's "official".
|
Saiya wrote:
I would love to go on a vacation with you! 🏖 |
As Github changed the "dark-header" class.
The Firefox and Safari extensions are broken.
This needs to be fixed.
The text was updated successfully, but these errors were encountered: