Plugin Directory

Changeset 2134318


Ignore:
Timestamp:
08/05/2019 01:59:29 PM (7 years ago)
Author:
mehtashail
Message:

css file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • maths-calculator/trunk/style.css

    r2134314 r2134318  
    2222#button-red {
    2323    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;
    2432}
    2533
    2634#number-button {
    2735    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%
    2845}
    2946
    30 input[type=button] {
     47/*input[type=button] {
    3148    background: #ff9933;
    3249    width: 15%;
     
    4158}
    4259
    43 input[type=button]:active {
     60#number-button:active {
    4461    background-color: #b8e0b9;
    4562    box-shadow: 0 5px #666;
    4663    transform: translateY(4px);
    47 }
     64}*/
    4865
    4966
Note: See TracChangeset for help on using the changeset viewer.