diff options
author | 0ip <me@factor.cc> | 2015-05-04 22:18:34 +0200 |
---|---|---|
committer | 0ip <me@factor.cc> | 2015-05-04 22:18:34 +0200 |
commit | 9b85b8dc98570e4a5d61cea96378d594d3a4bc4e (patch) | |
tree | f9d1f88b46458421c21a1ec378851133daf0d504 /src | |
parent | 8967c3ea4996998ef5107b21437ef9b33d264286 (diff) | |
download | etherpad-lite-9b85b8dc98570e4a5d61cea96378d594d3a4bc4e.zip |
Fix popup border
Diffstat (limited to 'src')
-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); |