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 {
|
||||
background-color:#FDD;
|
||||
border: 2px solid red;
|
||||
background-color:#FCC;
|
||||
border: 3px solid blue;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.deleteWikiWord:hover, .deleteWikiWord a:hover {
|
||||
background-color:#FAA;
|
||||
background-color:#F88;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue