static/irclogs.css
changeset 49 aaa62c8e5bd5
parent 43 fc11c4e86a82
child 50 f13cf27a360b
equal deleted inserted replaced
48:7858b7b8ffe3 49:aaa62c8e5bd5
    77 
    77 
    78     padding: 0px;
    78     padding: 0px;
    79     margin: 0px;
    79     margin: 0px;
    80 }
    80 }
    81 
    81 
    82 #menu form select,
    82 #menu form input[type=submit] {
    83 #menu form input {
       
    84     padding: 9px;
    83     padding: 9px;
    85     margin: 0px;
    84     margin: 0px;
    86 
    85 
    87     border: none;
    86     border: none;
    88     background-color: inherit;
    87     background-color: inherit;
    89 }
       
    90 
    88 
    91 #menu form input {
       
    92     cursor: pointer;
    89     cursor: pointer;
    93 }
    90 }
    94 
    91 
    95 #menu form select:hover,
    92 #menu form input[type=submit]:hover {
    96 #menu form input:hover {
       
    97     background-color: #d0d0d0;
    93     background-color: #d0d0d0;
    98 }
    94 }
    99 
    95 
   100 #menu form option {
    96 #menu form option {
   101     background-color: auto;
    97     background-color: auto;