Changeset 2134314
- Timestamp:
- 08/05/2019 01:52:22 PM (7 years ago)
- File:
-
- 1 edited
-
maths-calculator/trunk/style.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
maths-calculator/trunk/style.css
r2134313 r2134314 26 26 #number-button { 27 27 background: #000; 28 background: #ff9933; 28 } 29 30 input[type=button] { 31 background: #ff9933; 29 32 width: 15%; 30 33 font-size: 20px; … … 38 41 } 39 42 40 #number-button:active {43 input[type=button]:active { 41 44 background-color: #b8e0b9; 42 45 box-shadow: 0 5px #666; 43 46 transform: translateY(4px); 44 47 } 48 45 49 46 50 #calculator-form input[type = text] {
Note: See TracChangeset
for help on using the changeset viewer.