Light grey theme

This commit is contained in:
narcolepticinsomniac 2018-07-18 20:36:03 -04:00 committed by GitHub
parent b2a74a4cb9
commit 6c9da3e864
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,8 +21,9 @@
position: fixed; position: fixed;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
background-color: white; background-color: hsl(0, 0%, 88%);
box-shadow: 5px 5px 50px rgba(0, 0, 0, 0.225); border: solid 1px hsl(0, 0%, 40%);
box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, .4);
z-index: 9999991; z-index: 9999991;
-moz-user-select: text; -moz-user-select: text;
} }
@ -95,8 +96,8 @@
fill: maroon; fill: maroon;
} }
#message-box.danger #message-box-close-icon svg:hover { #message-box.danger #message-box-close-icon:hover svg {
fill: #600; fill: #000;
} }
#message-box-close-icon { #message-box-close-icon {
@ -109,6 +110,7 @@
#message-box-close-icon svg { #message-box-close-icon svg {
width: 16px; width: 16px;
height: 16px; height: 16px;
pointer-events: none;
} }
#message-box-contents { #message-box-contents {
@ -129,8 +131,10 @@
#message-box-buttons { #message-box-buttons {
padding: .75rem .375rem; padding: .75rem .375rem;
background-color: #f0f0f0; background-color: hsl(0, 0%, 80%);
text-align: center; text-align: center;
border-top: 1px solid hsl(0, 0%, 80%);
box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, .4);
} }
.non-windows #message-box-buttons { .non-windows #message-box-buttons {