mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-01-19 13:52:23 +01:00
23 lines
374 B
Plaintext
23 lines
374 B
Plaintext
@import (reference) "mt-var.less";
|
|
|
|
.editable-line {
|
|
padding: 0;
|
|
margin: 0;
|
|
width: 100%;
|
|
word-wrap: break-word;
|
|
white-space: nowrap;
|
|
&:focus {
|
|
border: 1px dotted #ccc;
|
|
}
|
|
}
|
|
|
|
.editable-line-display {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.editable-line-placeholder {
|
|
color: #888888;
|
|
background-color: transparent;
|
|
}
|