mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-24 16:29:45 +01:00
Update content of files
This commit is contained in:
parent
a7234eef06
commit
f131d0651d
1 changed files with 13 additions and 4 deletions
|
@ -1300,6 +1300,19 @@ a.tm-menu-link:focus {
|
|||
background: var(--field-bg-color);
|
||||
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 {
|
||||
position: absolute;
|
||||
margin: 4px 9px;
|
||||
|
@ -2577,10 +2590,6 @@ a.tm-table-action-link:hover {
|
|||
filter: blur(7px);
|
||||
}
|
||||
|
||||
.tm-field-hint {
|
||||
margin: 8px 14px;
|
||||
}
|
||||
|
||||
.tm-number-form-group {
|
||||
margin: 36px 0 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue