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
b77db18983
commit
2beb6d8a5e
1 changed files with 4 additions and 13 deletions
|
@ -1300,19 +1300,6 @@ 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;
|
||||||
|
@ -2590,6 +2577,10 @@ 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