Stylesheet Tweak

Make the "Delete File" link more visually distinct.
master
Jacques Distler 2008-12-30 10:20:43 -06:00
parent 5700d4513f
commit 788d1eb075
1 changed files with 3 additions and 3 deletions

View File

@ -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;
}