Ignore:
Timestamp:
Nov 10, 2011, 11:52:44 AM (12 years ago)
Author:
Sam Habiel
Message:

Now menu system sort of works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • EWD/ewdapps/so/pages/ewdTemplate.ewd

    r1284 r1286  
    3636            /*--------------------*/
    3737
    38             #login, #content
     38            #login, #content, #menu
    3939            {
    4040                text-align: center;
     
    207207            }
    208208
    209             #submit
     209            input[type="button"],input[type="submit"]
    210210            {       
    211211                background-color: #ffb94b;
     
    240240            }
    241241
    242             #submit:hover,#submit:focus
     242            input[type="button"]:hover,input[type="button"]:focus,input[type="submit"]:hover,input[type="submit"]:focus
    243243            {       
    244244                background-color: #fddb6f;
     
    251251            }   
    252252
    253             #submit:active
     253            input[type="button"]:active,input[type="submit"]:active
    254254            {       
    255255                outline: none;
     
    260260            }
    261261
    262             #submit::-moz-focus-inner
     262            input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner
    263263            {
    264264              border: none;
Note: See TracChangeset for help on using the changeset viewer.