mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 01:16:15 -04:00
Removed QR-Code
This commit is contained in:
parent
96eb8ac004
commit
23cdb2a5c6
4 changed files with 0 additions and 41 deletions
|
@ -1318,31 +1318,6 @@ ul#colorpickerswatches li:hover {
|
|||
line-height: 18px;
|
||||
position: fixed;
|
||||
}
|
||||
#qr_center {
|
||||
margin: 10px 10px auto 0;
|
||||
text-align: center;
|
||||
}
|
||||
#embedreadonlyqr {
|
||||
-webkit-box-shadow: 0 0 10px #000;
|
||||
-moz-box-shadow: 0 0 10px #000;
|
||||
box-shadow: 0 0 10px #000;
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
-webkit-transition: all .2s ease-in-out;
|
||||
-moz-transition: all .2s ease-in-out;
|
||||
-o-transition: all .2s ease-in-out;
|
||||
-ms-transition: all .2s ease-in-out;
|
||||
transition: all .2s ease-in-out;
|
||||
}
|
||||
#embedreadonlyqr:hover {
|
||||
cursor: none;
|
||||
-webkit-transform: scale(1.5);
|
||||
-moz-transform: scale(1.5);
|
||||
-o-transform: scale(1.5);
|
||||
-ms-transform: scale(1.5);
|
||||
transform: scale(1.5);
|
||||
}
|
||||
.rtl {
|
||||
direction: RTL
|
||||
}
|
||||
|
@ -1518,9 +1493,6 @@ input[type=checkbox] {
|
|||
#usericonback {
|
||||
margin-top: 4px
|
||||
}
|
||||
#qrcode {
|
||||
display: none
|
||||
}
|
||||
.toolbar ul.menu_right li:not(:last-child) {
|
||||
display: block
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue