Viewing 1 replies (of 1 total)
  • Plugin Author Gemini Labs

    (@geminilabs)

    .glsr-button[type=submit] {
        color: #fff;    
        background-color: #0c0000;
        border: none;
        border-radius: 2px;
        transition: color 0.2s, background-color 0.3s;
        padding: 10px;
    }
    .glsr-button[type=submit]:hover {
        color: #ddd;
        background-color: #ff5454;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘css issues’ is closed to new replies.