酒店预订平台
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

10 行
159 B

  1. // WebKit-style focus
  2. .tab-focus() {
  3. // Default
  4. outline: thin dotted;
  5. // WebKit
  6. outline: 5px auto -webkit-focus-ring-color;
  7. outline-offset: -2px;
  8. }