followup for #2110 putting the styling in less file and recompile css
This commit is contained in:
parent
a770be3cb6
commit
ba441789b9
4 changed files with 56 additions and 6 deletions
|
@ -854,7 +854,6 @@ aside #wallmessage-link:hover {
|
|||
text-decoration: none;
|
||||
background-color: #86608e;
|
||||
}
|
||||
aside #subscribe-feed-link,
|
||||
aside #dfrn-request-link {
|
||||
display: block;
|
||||
-moz-border-radius: 5px 5px 5px 5px;
|
||||
|
@ -866,11 +865,25 @@ aside #dfrn-request-link {
|
|||
text-transform: uppercase;
|
||||
padding: 4px 2px 2px 35px;
|
||||
}
|
||||
aside #subscribe-feed-link:hover,
|
||||
aside #dfrn-request-link:hover {
|
||||
text-decoration: none;
|
||||
background-color: #86608e;
|
||||
}
|
||||
aside #subscribe-feed-link {
|
||||
display: block;
|
||||
-moz-border-radius: 5px 5px 5px 5px;
|
||||
-webkit-border-radius: 5px 5px 5px 5px;
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
color: #ffffff;
|
||||
background: #521f5c url('../../../images/connect-bg.png') no-repeat left center;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
padding: 4px 2px 2px 35px;
|
||||
}
|
||||
aside #subscribe-feed-link:hover {
|
||||
text-decoration: none;
|
||||
background-color: #86608e;
|
||||
}
|
||||
aside #profiles-menu {
|
||||
width: 20em;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue