Plugin Directory

Changeset 2134313


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

CSS & Form File Update

Location:
maths-calculator/trunk
Files:
2 edited

Legend:

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

    r2134207 r2134313  
    2626#number-button {
    2727    background: #000;
    28 }
    29 
    30 input[type=button] {
    31     background: #ff9933;
     28     background: #ff9933;
    3229    width: 15%;
    3330    font-size: 20px;
     
    4138}
    4239
    43 input[type=button]:active {
     40#number-button:active {
    4441    background-color: #b8e0b9;
    4542    box-shadow: 0 5px #666;
     
    4744}
    4845
    49 input[type = text] {
     46#calculator-form input[type = text] {
    5047    position: relative;
    5148    display: block;
  • maths-calculator/trunk/wm-calculator.php

    r2134307 r2134313  
    33{?>
    44    <div id='wm-calculator' class="calculator-top">
    5         <form name="calculator">
     5        <form id="calculator-form" name="calculator">
    66            <input type="text" name="answer" Placeholder="Do Your Operations"/>
    77            <br>
Note: See TracChangeset for help on using the changeset viewer.