last update
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1552 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
14ce36b1f3
commit
fb9423ffef
3 changed files with 11 additions and 2 deletions
|
@ -15,4 +15,13 @@ a:hover {
|
|||
background-color: #0000EA;
|
||||
color: #FFFFFF;
|
||||
text-decoration: none;
|
||||
}
|
||||
.btitle {
|
||||
color: #000000;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.btitle:hover {
|
||||
background-color: #F4F4F4;
|
||||
color: #000000;
|
||||
text-decoration: underline;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue