mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 01:16:15 -04:00
Merge pull request #2013 from ether/getAttributeOnSelection
getAttributeOnSelection function
This commit is contained in:
commit
505dc70df5
3 changed files with 85 additions and 0 deletions
|
@ -1067,3 +1067,14 @@ input[type=checkbox] {
|
|||
}
|
||||
|
||||
/* 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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue