Minor bugfixes
This commit is contained in:
parent
8df0c168ff
commit
5546bbb9fe
@ -232,6 +232,7 @@ input[type="number"] {
|
|||||||
padding: 3px 0;
|
padding: 3px 0;
|
||||||
margin: 3px 0 0;
|
margin: 3px 0 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
.md-input-disabled .md-input {
|
.md-input-disabled .md-input {
|
||||||
color: #999;
|
color: #999;
|
||||||
|
@ -189,7 +189,6 @@
|
|||||||
line-height: 15px;
|
line-height: 15px;
|
||||||
padding: 11px 18px 11px 18px;
|
padding: 11px 18px 11px 18px;
|
||||||
color: #52719a;
|
color: #52719a;
|
||||||
font-weight: bold;
|
|
||||||
}
|
}
|
||||||
.tg_head_peer_dropdown .dropdown-menu > li > a:hover {
|
.tg_head_peer_dropdown .dropdown-menu > li > a:hover {
|
||||||
background: #f3f6fa;
|
background: #f3f6fa;
|
||||||
@ -571,7 +570,7 @@ a.footer_link.active:active {
|
|||||||
|
|
||||||
.icon-message-status {
|
.icon-message-status {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
background: #6ba2cb;
|
background: #4eabf1;
|
||||||
border: 0;
|
border: 0;
|
||||||
display: block;
|
display: block;
|
||||||
width: 10px;
|
width: 10px;
|
||||||
@ -627,7 +626,7 @@ a.footer_link.active:active {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.im_submit {
|
.im_submit {
|
||||||
color: #4e92ca;
|
color: #499dd9;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
height: 18px;
|
height: 18px;
|
||||||
@ -639,7 +638,7 @@ a.footer_link.active:active {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.im_submit:hover {
|
.im_submit:hover {
|
||||||
color: #2c78b6;
|
color: #3589c5;
|
||||||
background: inherit;
|
background: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@ angular.module('myApp.controllers', ['myApp.i18n'])
|
|||||||
location.href = location.href.replace(/^http:/, 'https:');
|
location.href = location.href.replace(/^http:/, 'https:');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
TelegramMeWebService.setAuthorized(true);
|
TelegramMeWebService.setAuthorized(false);
|
||||||
});
|
});
|
||||||
|
|
||||||
var options = {dcID: 2, createNetworker: true},
|
var options = {dcID: 2, createNetworker: true},
|
||||||
|
@ -350,9 +350,9 @@
|
|||||||
"login_signing_up": "Signing up",
|
"login_signing_up": "Signing up",
|
||||||
"login_sign_up": "Sign up",
|
"login_sign_up": "Sign up",
|
||||||
"login_about_title": "About",
|
"login_about_title": "About",
|
||||||
"login_about_desc1_md": "Telegram web-client is free, fast and secure way to enjoy most of the **Telegram** features right from your **web-browser**.",
|
"login_about_desc1_md": "The Telegram web-client is a free, fast and secure way to enjoy most of **Telegram**'s features right in your **web-browser**.",
|
||||||
"login_about_desc2_md": "It is always synced to to the **Telegram app** on your mobile device, which makes it a pretty useful tool for messaging and sharing files.",
|
"login_about_desc2_md": "It is always synced with the **Telegram app** on your mobile device, which makes it a perfect tool for messaging and file sharing.",
|
||||||
"login_about_desc3_md": "We designed this product not because we were told to, but because we wanted it for ourselves. Our {source-link: source code} is open, so everyone can make a contribution.",
|
"login_about_desc3_md": "Our {source-link: source code} is open, so everyone can make a contribution.",
|
||||||
"login_about_intro": "Welcome to the official Telegram web-client.",
|
"login_about_intro": "Welcome to the official Telegram web-client.",
|
||||||
"login_about_learn": "Learn more",
|
"login_about_learn": "Learn more",
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user