File: src/plugins/keypad/jquery.tk.keypad.css

Recommend this page to a friend!
  Classes of Jonathan Gotti   jQuery Toolkit   src/plugins/keypad/jquery.tk.keypad.css   Download  
File: src/plugins/keypad/jquery.tk.keypad.css
Role: Auxiliary data
Content type: text/plain
Description: Sample output
Class: jQuery Toolkit
Create widgets reading options from CSS classes
Author: By
Last change: Update of src/plugins/keypad/jquery.tk.keypad.css
Date: 2 years ago
Size: 592 bytes
 

Contents

Class file image Download
.tk-keypad{ margin:.2em .4em; text-align:center; font-size:.8em; } .tk-keypad .tk-keypad-keyWrapper{ text-align:center; } .tk-keypad .tk-keypad-specialWrapper{ } .tk-keypad button{ margin:0 .2em .2em 0; padding:.2em .4em; cursor:pointer; border:solid #ccc 1px; color:#CB0000; background:#f0f0f0; } .tk-keypad button:hover{ background-color:#c0c0c0; color:white; border-color:white; } .tk-keypad button:active{ background-color:#FFF48E; color:#333; border-color:#CCB23B; } .tk-keypad .tk-keypad-keyWrapper button{ width:2em; } .tk-keypad .tk-keypad-specialWrapper button{ }