Doc change: css for distribute links.
Change-Id: Ifc74ea3f6099484b9c7549f8e8684dda4aeaf96f
This commit is contained in:
parent
0b2db169cb
commit
e5862e8a1e
1 changed files with 13 additions and 0 deletions
|
@ -4430,6 +4430,19 @@ a.download-sdk {
|
|||
margin-right: 0px;
|
||||
}
|
||||
|
||||
.distribute-features .distribute-link li a {
|
||||
color:red !important;
|
||||
}
|
||||
|
||||
.distribute-features .distribute-link li a,
|
||||
.distribute-features .distribute-link li a:active {
|
||||
color:#555 !important;
|
||||
}
|
||||
|
||||
.distribute-features .distribute-link li a:hover,
|
||||
.distribute-features .distribute-link li a:hover * {
|
||||
color:#7AA1B0 !important;
|
||||
}
|
||||
|
||||
|
||||
/************ DEVELOP TOPIC CONTAINERS ************/
|
||||
|
|
Loading…
Reference in a new issue