forked from GNUsocial/gnu-social
Updated remote subscribe button style in aside
This commit is contained in:
parent
628338265c
commit
b3969be85a
@ -48,10 +48,6 @@ position:relative;
|
||||
margin-bottom:0;
|
||||
}
|
||||
|
||||
.section #entity_remote_subscribe .entity_remote_subscribe {
|
||||
border-color:#AAAAAA;
|
||||
}
|
||||
|
||||
#entity_remote_subscribe .dialogbox {
|
||||
width:405px;
|
||||
}
|
||||
@ -59,3 +55,19 @@ width:405px;
|
||||
.aside #entity_subscriptions .more {
|
||||
float:left;
|
||||
}
|
||||
|
||||
.section #entity_remote_subscribe {
|
||||
border:0;
|
||||
}
|
||||
|
||||
.section .entity_remote_subscribe {
|
||||
color:#002FA7;
|
||||
box-shadow:none;
|
||||
-moz-box-shadow:none;
|
||||
-webkit-box-shadow:none;
|
||||
background-color:transparent;
|
||||
background-position:0 -1183px;
|
||||
padding:0 0 0 23px;
|
||||
border:0;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user