mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Using slightly brighter set of colors for message boxes.
This commit is contained in:
parent
db5b089cee
commit
2ea74e60f9
File diff suppressed because one or more lines are too long
@ -72,8 +72,8 @@
|
||||
.message-box(@base-color) {
|
||||
background:linear-gradient(to bottom,lighten(@base-color, 5%) 0%,@base-color 100%);
|
||||
box-shadow:inset 0 0 32px darken(@base-color, 5%);
|
||||
color:darken(@base-color, 75%);
|
||||
border:2px solid desaturate(darken(@base-color, 10%), 40%);
|
||||
color:darken(@base-color, 67%);
|
||||
border:2px solid desaturate(darken(@base-color, 10%), 20%);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user