diff options
author | John McLear <john@mclear.co.uk> | 2015-05-04 21:28:48 +0100 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2015-05-04 21:28:48 +0100 |
commit | a5872f536b591b82b66ff6c407f34a0fa2d9baf8 (patch) | |
tree | f9d1f88b46458421c21a1ec378851133daf0d504 | |
parent | 8967c3ea4996998ef5107b21437ef9b33d264286 (diff) | |
parent | 9b85b8dc98570e4a5d61cea96378d594d3a4bc4e (diff) | |
download | etherpad-lite-a5872f536b591b82b66ff6c407f34a0fa2d9baf8.zip |
Merge pull request #2647 from 0ip/fix/awkward-css
Fix popup border border
-rw-r--r-- | src/static/css/pad.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/static/css/pad.css b/src/static/css/pad.css index ff8ab5ab..49a54fb0 100644 --- a/src/static/css/pad.css +++ b/src/static/css/pad.css @@ -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); |