Sfoglia il codice sorgente

Fix key shadow and selected key outline

gh-pages
tmk 9 anni fa
parent
commit
880a4660e9
1 ha cambiato i file con 8 aggiunte e 9 eliminazioni
  1. 8
    9
      editor/hhkb/keyboard.css

+ 8
- 9
editor/hhkb/keyboard.css Vedi File

} }


.key { .key {
-moz-box-shadow:inset -8px -10px 0px -3px #ffffff;
-webkit-box-shadow:inset -8px -10px 0px -3px #ffffff;
box-shadow:inset -8px -10px 0px -3px #ffffff;
background-color:#ededed;
box-shadow:inset -3px -3px 5px 5px #ebebeb;
background-color:#ffffff;
-moz-border-radius:6px; -moz-border-radius:6px;
-webkit-border-radius:6px; -webkit-border-radius:6px;
border-radius:6px; border-radius:6px;
margin: 0px 1px 1px 0px; margin: 0px 1px 1px 0px;
} }
.key:hover { .key:hover {
background-color:#dfdfdf;
background-color:#ebebeb;
} }
.key:active { .key:active {
position:relative;
top:1px;
}
.key:focus {
} }
.key-editing { .key-editing {
background-color:#b4b4b4;
//background-color:#bfbfbf;
border:2px solid #7f7f7f;
position:relative; position:relative;
top:2px;
//top:2px;
} }
/* This imageless css button was generated by CSSButtonGenerator.com */ /* This imageless css button was generated by CSSButtonGenerator.com */



Loading…
Annulla
Salva