|
|
Line 70: |
Line 70: |
| *:disabled { | | *:disabled { |
| cursor:not-allowed; | | cursor:not-allowed; |
| }
| |
| input[type='submit'], input[type='reset'], input[type='button'] {
| |
| padding:1px 6px 3px;
| |
| border:1px solid #c5c5c5;
| |
| border-radius:4px;
| |
| cursor:pointer;
| |
| color:#222;
| |
| background:#e7e7e7;
| |
| background:-webkit-linear-gradient(top,#f7f7f7,#e7e7e7);
| |
| opacity:0.8;
| |
| text-shadow:1px 1px 2px #888;
| |
| }
| |
| input[type='submit']:hover, input[type='reset']:hover, input[type='button']:hover {
| |
| border-color:#929292;
| |
| opacity:1.0;
| |
| }
| |
| input[type='submit']:active, input[type='reset']:active, input[type='button']:active {
| |
| padding:1px 5px 3px 7px;
| |
| } | | } |
| .input-text-box { | | .input-text-box { |
Line 106: |
Line 88: |
| display:block; | | display:block; |
| width:100%; | | width:100%; |
| | } |
| | input[type='submit']:hover, input[type='reset']:hover, input[type='button']:hover { |
| | border-color:#0645ad !important; |
| | box-shadow:0 0 5px #0645ad !important; |
| } | | } |
|
| |
|