s4

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 diff
     1.1 --- a/examples/common/default/default.css	Thu Dec 24 20:04:51 2020 +0900
     1.2 +++ b/examples/common/default/default.css	Sat Dec 26 10:10:37 2020 +0900
     1.3 @@ -373,13 +373,13 @@
     1.4  button.toggle-frozen {
     1.5      padding: 0 1emex;
     1.6      background: #fdb585;
     1.7 -    border-radius: 0.2ex;
     1.8 +    border-radius: 1ex;
     1.9      border-bottom: solid 2px #d27d88;
    1.10      box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0,0,0, 0.19);
    1.11 -    background: linear-gradient(#fdcccc, #ae9191); // ffc8a8
    1.12 +    background: linear-gradient(#fdeaea, #fdb2b2); // ffc8a8
    1.13  }
    1.14  .凍結 button.toggle-frozen, .凍結 button.toggle-frozen::before {
    1.15 -    background: linear-gradient(#d3d3f8, #6d6de4);
    1.16 +    background: linear-gradient(#d8e2ea, #83bbea);
    1.17  }
    1.18  .凍結 button.toggle-frozen::before {
    1.19      content: "凍"; color: blue;