mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
Merge pull request #2647 from 0ip/fix/awkward-css
Fix popup border border
This commit is contained in:
commit
a5872f536b
1 changed files with 1 additions and 0 deletions
|
@ -860,6 +860,7 @@ input[type=checkbox] {
|
|||
padding: 10px;
|
||||
border-radius: 0 0 6px 6px;
|
||||
border: 1px solid #ccc;
|
||||
border-top: none;
|
||||
background: #f7f7f7;
|
||||
background: -webkit-linear-gradient(#F7F7F7, #EEE);
|
||||
background: -moz-linear-gradient(#F7F7F7, #EEE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue