mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-28 19:23:11 +01:00
Update content of files
This commit is contained in:
parent
b67d8c55f4
commit
0ff0b61cb3
1 changed files with 7 additions and 6 deletions
|
@ -104,7 +104,7 @@ a:hover {
|
|||
-moz-transition: opacity .2s ease-in-out, transform .2s ease-in-out;
|
||||
-ms-transition: opacity .2s ease-in-out, transform .2s ease-in-out;
|
||||
|
||||
transform-origin: bottom;;
|
||||
transform-origin: bottom;
|
||||
transform: scaleX(0.3) scaleY(0);
|
||||
|
||||
}
|
||||
|
@ -734,7 +734,7 @@ a.tl_main_download_link:after {
|
|||
-moz-transition: opacity .2s ease-in-out, transform .2s ease-in-out;
|
||||
-ms-transition: opacity .2s ease-in-out, transform .2s ease-in-out;
|
||||
|
||||
transform-origin: bottom;;
|
||||
transform-origin: bottom;
|
||||
transform: scaleX(0.3) scaleY(0);
|
||||
}
|
||||
a.tl_main_download_link:hover:after {
|
||||
|
@ -912,7 +912,7 @@ a.tl_main_download_desktop_link:after {
|
|||
-moz-transition: opacity .2s ease-in-out, transform .2s ease-in-out;
|
||||
-ms-transition: opacity .2s ease-in-out, transform .2s ease-in-out;
|
||||
|
||||
transform-origin: bottom;;
|
||||
transform-origin: bottom;
|
||||
transform: scaleX(0.3) scaleY(0);
|
||||
}
|
||||
a.tl_main_download_desktop_link:hover:after {
|
||||
|
@ -3189,7 +3189,7 @@ video.smartphone_video_player {
|
|||
|
||||
/* Telegram Me */
|
||||
.tgme_page_wrap {
|
||||
font-family: 'Roboto', sans-serif;;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
color: #2b2d2e;
|
||||
}
|
||||
|
||||
|
@ -3540,7 +3540,7 @@ a.tgme_action_button_new:active {
|
|||
.tgme_action_privacy_action a.tgme_action_privacy_button:hover,
|
||||
.tgme_action_privacy_action a.tgme_action_privacy_button:active {
|
||||
color: #1c93e3;
|
||||
background: #FFF;;
|
||||
background: #FFF;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
@ -3686,6 +3686,7 @@ a.tgme_footer_dl_button:active {
|
|||
.tgme_page_widget_actions a.tgme_action_web_button:hover,
|
||||
.tgme_page_widget_actions a.tgme_action_web_button:active {
|
||||
color: #7D7F81;
|
||||
background: none;
|
||||
}
|
||||
.tgme_page_widget_actions a.tgme_action_button_new .tgme_action_button_icon.web_icon .icon_body {
|
||||
animation-duration: 300ms;
|
||||
|
@ -3890,7 +3891,7 @@ a.tgme_footer_dl_button:active {
|
|||
|
||||
/* New mobile blog */
|
||||
.tlb_page_wrap {
|
||||
font-family: 'Roboto', sans-serif;;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
}
|
||||
.tlb_page_wrap a,
|
||||
.tlb_page_wrap a:hover,
|
||||
|
|
Loading…
Reference in a new issue