mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-25 00:38:33 +01:00
Update content of files
This commit is contained in:
parent
6f86650211
commit
509b964c06
1 changed files with 13 additions and 4 deletions
|
@ -1300,6 +1300,19 @@ a.tm-menu-link:focus {
|
||||||
background: var(--field-bg-color);
|
background: var(--field-bg-color);
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
.tm-field-hint {
|
||||||
|
margin: 8px 14px;
|
||||||
|
}
|
||||||
|
.tm-field .form-control-link {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
.tm-field .form-control-link:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
.tm-field .form-control-link.urgent {
|
||||||
|
color: var(--unavail-color);
|
||||||
|
}
|
||||||
|
|
||||||
.tm-search-field:before {
|
.tm-search-field:before {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
margin: 4px 9px;
|
margin: 4px 9px;
|
||||||
|
@ -2577,10 +2590,6 @@ a.tm-table-action-link:hover {
|
||||||
filter: blur(7px);
|
filter: blur(7px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.tm-field-hint {
|
|
||||||
margin: 8px 14px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tm-number-form-group {
|
.tm-number-form-group {
|
||||||
margin: 36px 0 0;
|
margin: 36px 0 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue