mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
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:
parent
208eae6c07
commit
ca1644afc0
@ -163,37 +163,39 @@ input:focus,
|
|||||||
}
|
}
|
||||||
|
|
||||||
.gh-btn {
|
.gh-btn {
|
||||||
border: color-mod(var(--darkgrey) l(-27%) blackness(+15%)) 1px solid ;
|
|
||||||
color: color-mod(var(--darkgrey) l(-27%) blackness(+15%));
|
color: color-mod(var(--darkgrey) l(-27%) blackness(+15%));
|
||||||
text-shadow: none;
|
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-blue,
|
||||||
.gh-btn-green,
|
.gh-btn-green,
|
||||||
.gh-btn-red {
|
.gh-btn-red {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
border: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-btn-blue:hover,
|
.gh-btn-blue:hover,
|
||||||
.gh-btn-green:hover,
|
.gh-btn-green:hover,
|
||||||
.gh-btn-red:hover {
|
.gh-btn-red:hover {
|
||||||
border-color: white;
|
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-btn-link {
|
.gh-btn-link {
|
||||||
border: none;
|
border: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.settings-menu-delete-button {
|
.settings-menu-delete-button {
|
||||||
color: var(--red);
|
color: var(--red);
|
||||||
border: none;
|
border: none !important;
|
||||||
|
border-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-publishmenu-trigger {
|
.gh-publishmenu-trigger {
|
||||||
color: var(--blue);
|
color: var(--blue);
|
||||||
border: none;
|
border: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-publishmenu-trigger svg path {
|
.gh-publishmenu-trigger svg path {
|
||||||
|
@ -116,7 +116,7 @@
|
|||||||
/* Google SERP Preview */
|
/* Google SERP Preview */
|
||||||
.seo-preview {
|
.seo-preview {
|
||||||
font-family: Arial, sans-serif;
|
font-family: Arial, sans-serif;
|
||||||
background: var(--whitegrey-l2);
|
background: #fff;
|
||||||
border: 1px solid var(--whitegrey);
|
border: 1px solid var(--whitegrey);
|
||||||
padding: 10px 12px;
|
padding: 10px 12px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user