# HG changeset patch # User HIROSE Yuuji # Date 1608945037 -32400 # Node ID 45771085d0977e6ac21ce60b86ca0a4dc9ec3053 # Parent bc52f605f41d146c21315cd9f24593d0fca5ca45 Frozen button made blighter diff -r bc52f605f41d -r 45771085d097 examples/common/default/default.css --- 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;