From d07cc82512ff94b55f3ee4674c3c777a31e1a325 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Tue, 29 Mar 2016 23:39:02 +1300 Subject: [PATCH] Color some buttons --- examples/html/edit-style.css | 15 +++++++++++++-- examples/html/entityProperties.html | 6 +++--- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/examples/html/edit-style.css b/examples/html/edit-style.css index d379c183b3..88a5fbd6a7 100644 --- a/examples/html/edit-style.css +++ b/examples/html/edit-style.css @@ -280,24 +280,35 @@ input[type=button].red { background-color: #94132e; background: linear-gradient(#d42043 20%, #94132e 100%); } +input[type=button].blue { + color: #fff; + background-color: #94132e; + background: linear-gradient(#00b4ef 20%, #1080b8 100%); +} input[type=button]:enabled:hover { background: linear-gradient(#000, #000); border: none; } - input[type=button].red:enabled:hover { background: linear-gradient(#d42043, #d42043); border: none; } +input[type=button].blue:enabled:hover { + background: linear-gradient(#00b4ef, #00b4ef); + border: none; +} input[type=button]:active { background: linear-gradient(#343434, #343434); } - input[type=button].red:active { background: linear-gradient(#94132e, #94132e); } +input[type=button].blue:active { + background: linear-gradient(#1080b8, #1080b8); +} + input[type=button]:disabled { color: #252525; background: linear-gradient(#575757 20%, #252525 100%); diff --git a/examples/html/entityProperties.html b/examples/html/entityProperties.html index 31ec5b12c9..6367c91578 100644 --- a/examples/html/entityProperties.html +++ b/examples/html/entityProperties.html @@ -1538,11 +1538,11 @@
- -  % - +  % + +