Plugin Directory

Changeset 2134314


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

css update

File:
1 edited

Legend:

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

    r2134313 r2134314  
    2626#number-button {
    2727    background: #000;
    28      background: #ff9933;
     28}
     29
     30input[type=button] {
     31    background: #ff9933;
    2932    width: 15%;
    3033    font-size: 20px;
     
    3841}
    3942
    40 #number-button:active {
     43input[type=button]:active {
    4144    background-color: #b8e0b9;
    4245    box-shadow: 0 5px #666;
    4346    transform: translateY(4px);
    4447}
     48
    4549
    4650#calculator-form input[type = text] {
Note: See TracChangeset for help on using the changeset viewer.