Toggle between Link / Short Link / HTML
This commit is contained in:
parent
a3d69ee264
commit
98cd01c40d
3 changed files with 59 additions and 28 deletions
|
@ -637,6 +637,33 @@ a.donate {
|
|||
}
|
||||
|
||||
.share-ui {
|
||||
.share-tabs {
|
||||
margin-bottom: 10px;
|
||||
|
||||
label {
|
||||
background-color: $lightblue;
|
||||
padding: 5px 10px;
|
||||
}
|
||||
|
||||
label:first-child {
|
||||
border-right: 1px solid #fff;
|
||||
border-radius: 4px 0 0 4px;
|
||||
}
|
||||
|
||||
label:last-child {
|
||||
border-left: 1px solid #fff;
|
||||
border-radius: 0 4px 4px 0;
|
||||
}
|
||||
|
||||
label.active {
|
||||
background-color: $blue;
|
||||
}
|
||||
}
|
||||
|
||||
.share-tab {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.share-link {
|
||||
#long_input,
|
||||
#short_input {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue