MediaWiki:Common.css: Difference between revisions

From notes
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
[name=pluggableauthlogin0] {
[name=pluggableauthlogin0] {
color: red;
    display: inline-block;
    background: white;
    color: #444;
    width: 190px;
    border-radius: 5px;
    border: thin solid #888;
    box-shadow: 1px 1px 1px grey;
    white-space: nowrap;
}
}


.mw-htmlform-submit {
[name=pluggableauthlogin0]:hover {
color: orange;
    cursor: pointer;
}
 
body {
color: blue;
}
}

Latest revision as of 16:12, 30 March 2022

[name=pluggableauthlogin0] {
    display: inline-block;
    background: white;
    color: #444;
    width: 190px;
    border-radius: 5px;
    border: thin solid #888;
    box-shadow: 1px 1px 1px grey;
    white-space: nowrap;
}

[name=pluggableauthlogin0]:hover {
    cursor: pointer;
}