changeset 891:45771085d097

Frozen button made blighter
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 26 Dec 2020 10:10:37 +0900
parents bc52f605f41d
children 3c9c65ff80f0
files examples/common/default/default.css
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/examples/common/default/default.css	Thu Dec 24 20:04:51 2020 +0900
+++ b/examples/common/default/default.css	Sat Dec 26 10:10:37 2020 +0900
@@ -373,13 +373,13 @@
 button.toggle-frozen {
     padding: 0 1emex;
     background: #fdb585;
-    border-radius: 0.2ex;
+    border-radius: 1ex;
     border-bottom: solid 2px #d27d88;
     box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0,0,0, 0.19);
-    background: linear-gradient(#fdcccc, #ae9191); // ffc8a8
+    background: linear-gradient(#fdeaea, #fdb2b2); // ffc8a8
 }
 .凍結 button.toggle-frozen, .凍結 button.toggle-frozen::before {
-    background: linear-gradient(#d3d3f8, #6d6de4);
+    background: linear-gradient(#d8e2ea, #83bbea);
 }
 .凍結 button.toggle-frozen::before {
     content: "凍"; color: blue;

yatex.org