mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 17:06:16 -04:00
Fix active button ui
This commit is contained in:
parent
d25d81b9e2
commit
12c1d3b05a
5 changed files with 17 additions and 25 deletions
|
@ -160,11 +160,11 @@ a img {
|
|||
border: 1px solid #ccc;
|
||||
outline: none;
|
||||
}
|
||||
#usericon a {
|
||||
li[data-key=showusers] > a {
|
||||
min-width: 30px;
|
||||
text-align: left;
|
||||
}
|
||||
#usericon a #online_count {
|
||||
li[data-key=showusers] > a #online_count {
|
||||
color: #777;
|
||||
font-size: 10px;
|
||||
position: relative;
|
||||
|
@ -814,7 +814,7 @@ input[type=checkbox] {
|
|||
float: left;
|
||||
}
|
||||
#settings,
|
||||
#importexport,
|
||||
#import_export,
|
||||
#embed,
|
||||
#connectivity,
|
||||
#users {
|
||||
|
@ -1070,15 +1070,4 @@ input[type=checkbox] {
|
|||
text-shadow: none;
|
||||
}
|
||||
|
||||
/* End of gritter stuff */
|
||||
.activeButton{
|
||||
background: #eee;
|
||||
background: -webkit-linear-gradient(#ddd, #fff);
|
||||
background: -moz-linear-gradient(#ddd, #fff);
|
||||
background: -o-linear-gradient(#ddd, #fff);
|
||||
background: -ms-linear-gradient(#ddd, #fff);
|
||||
background: linear-gradient(#ddd, #fff);
|
||||
-webkit-box-shadow: 0 0 8px rgba(0,0,0,.1) inset;
|
||||
-moz-box-shadow: 0 0 8px rgba(0,0,0,.1) inset;
|
||||
box-shadow: 0 0 8px rgba(0,0,0,.1) inset;
|
||||
}
|
||||
/* End of gritter stuff */
|
|
@ -158,16 +158,19 @@
|
|||
float: right
|
||||
}
|
||||
#settings,
|
||||
#importexport,
|
||||
#import_export,
|
||||
#embed,
|
||||
#connectivity,
|
||||
#users {
|
||||
top: 62px;
|
||||
}
|
||||
#importexport .popup {
|
||||
width: 185px
|
||||
#import_export .popup {
|
||||
width: 183px;
|
||||
border-top: none;
|
||||
border-right: none;
|
||||
border-radius: 0 0 0 6px;
|
||||
}
|
||||
#importexport {
|
||||
#import_export {
|
||||
top: 118px;
|
||||
width: 185px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue