mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
colibris: move ep_embedded_hyperlinks style to plugin itself
This commit is contained in:
parent
948e9e4e10
commit
8343afde84
2 changed files with 1 additions and 27 deletions
|
@ -80,7 +80,7 @@
|
||||||
height: 59px;
|
height: 59px;
|
||||||
line-height: 25px;
|
line-height: 25px;
|
||||||
width: 45px;
|
width: 45px;
|
||||||
margin-left: -12px;
|
margin-left: -10px;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,32 +1,6 @@
|
||||||
.hyperlink-icon > a > .buttonicon:before{
|
|
||||||
content:"\E83A";
|
|
||||||
top: 0px !important;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
.hyperlink-dialog {
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
z-index: 20;
|
|
||||||
list-style: none;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.hyperlink-dialog>.hyperlink-save{
|
.hyperlink-dialog>.hyperlink-save{
|
||||||
height: 34px;
|
height: 34px;
|
||||||
margin-top: 1px;
|
margin-top: 1px;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
margin-left: 2px;
|
margin-left: 2px;
|
||||||
color: transparent !important;
|
|
||||||
width: 50px;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hyperlink-dialog>.hyperlink-save:after{
|
|
||||||
content: "Ok";
|
|
||||||
color: white;
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
padding: 8px 0;
|
|
||||||
width: 50px;
|
|
||||||
}
|
}
|
Loading…
Reference in a new issue