Changeset 2134318
- Timestamp:
- 08/05/2019 01:59:29 PM (7 years ago)
- File:
-
- 1 edited
-
maths-calculator/trunk/style.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
maths-calculator/trunk/style.css
r2134314 r2134318 22 22 #button-red { 23 23 background: #ca0e0e; 24 width: 15%; 25 font-size: 20px; 26 font-weight: 900; 27 border-radius: 7px; 28 margin-left: 13px; 29 margin-top: 10px; 30 color: #fff; 31 font-weight: normal !important; 24 32 } 25 33 26 34 #number-button { 27 35 background: #000; 36 width: 15%; 37 font-size: 20px; 38 font-weight: 900; 39 border-radius: 7px; 40 margin-left: 13px; 41 margin-top: 10px; 42 color: #fff; 43 font-weight: normal !important; 44 padding: 1% 28 45 } 29 46 30 input[type=button] {47 /*input[type=button] { 31 48 background: #ff9933; 32 49 width: 15%; … … 41 58 } 42 59 43 input[type=button]:active {60 #number-button:active { 44 61 background-color: #b8e0b9; 45 62 box-shadow: 0 5px #666; 46 63 transform: translateY(4px); 47 } 64 }*/ 48 65 49 66
Note: See TracChangeset
for help on using the changeset viewer.