Stylesheet Tweak
Make the "Delete File" link more visually distinct.
This commit is contained in:
parent
5700d4513f
commit
788d1eb075
|
@ -89,13 +89,13 @@ background-color:#FFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.deleteWikiWord {
|
.deleteWikiWord {
|
||||||
background-color:#FDD;
|
background-color:#FCC;
|
||||||
border: 2px solid red;
|
border: 3px solid blue;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.deleteWikiWord:hover, .deleteWikiWord a:hover {
|
.deleteWikiWord:hover, .deleteWikiWord a:hover {
|
||||||
background-color:#FAA;
|
background-color:#F88;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue