Night shift visual refinements

no refs.

- fixed visual bugs with buttons
- fixed background color of the SEO preview in night shift
This commit is contained in:
Zimo 2019-06-21 14:18:55 +02:00
parent 208eae6c07
commit ca1644afc0
2 changed files with 9 additions and 7 deletions

View File

@ -163,37 +163,39 @@ input:focus,
}
.gh-btn {
border: color-mod(var(--darkgrey) l(-27%) blackness(+15%)) 1px solid ;
color: color-mod(var(--darkgrey) l(-27%) blackness(+15%));
text-shadow: none;
}
.gh-btn:not(.gh-btn-green):not(.gh-btn-blue):not(.gh-btn-red) {
border: color-mod(var(--darkgrey) l(-27%) blackness(+15%)) 1px solid;
}
.gh-btn-blue,
.gh-btn-green,
.gh-btn-red {
color: #fff;
border: 0;
}
.gh-btn-blue:hover,
.gh-btn-green:hover,
.gh-btn-red:hover {
border-color: white;
color: white;
}
.gh-btn-link {
border: none;
border: none !important;
}
.settings-menu-delete-button {
color: var(--red);
border: none;
border: none !important;
border-color: transparent;
}
.gh-publishmenu-trigger {
color: var(--blue);
border: none;
border: none !important;
}
.gh-publishmenu-trigger svg path {

View File

@ -116,7 +116,7 @@
/* Google SERP Preview */
.seo-preview {
font-family: Arial, sans-serif;
background: var(--whitegrey-l2);
background: #fff;
border: 1px solid var(--whitegrey);
padding: 10px 12px;
}