mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +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 {
|
||||
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 {
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user