fixed close button, search field
This commit is contained in:
parent
29192ea029
commit
c74d8c8842
@ -202,6 +202,7 @@ fieldset[disabled] .btn-tg.active {
|
|||||||
float: right;
|
float: right;
|
||||||
margin: 60px 10px 0 0;
|
margin: 60px 10px 0 0;
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
|
pointer-events: none;
|
||||||
|
|
||||||
-webkit-transition : .2s;
|
-webkit-transition : .2s;
|
||||||
-moz-transition : .2s;
|
-moz-transition : .2s;
|
||||||
@ -409,7 +410,7 @@ fieldset[disabled] .btn-tg.active {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
.is_1x .im_dialogs_search_field {
|
.is_1x .im_dialogs_search_field {
|
||||||
background-image: url(../img/icons/IconsetW_1x.png?1);
|
background-image: url(../img/icons/IconsetW_1x.png?2);
|
||||||
}
|
}
|
||||||
|
|
||||||
.im_dialogs_search_field:focus,
|
.im_dialogs_search_field:focus,
|
||||||
@ -430,7 +431,7 @@ fieldset[disabled] .btn-tg.active {
|
|||||||
opacity: 0.6;
|
opacity: 0.6;
|
||||||
}
|
}
|
||||||
.is_1x .im_dialogs_search_clear {
|
.is_1x .im_dialogs_search_clear {
|
||||||
background-image: url(../img/icons/IconsetW_1x.png?1);
|
background-image: url(../img/icons/IconsetW_1x.png?2);
|
||||||
}
|
}
|
||||||
.im_dialogs_search_clear:hover {
|
.im_dialogs_search_clear:hover {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
@ -813,7 +814,7 @@ div.im_message_video_thumb {
|
|||||||
background-size: 42px 430px;
|
background-size: 42px 430px;
|
||||||
}
|
}
|
||||||
.is_1x .icon-geo-point {
|
.is_1x .icon-geo-point {
|
||||||
background-image: url(../img/icons/IconsetW_1x.png?1);
|
background-image: url(../img/icons/IconsetW_1x.png?2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -845,7 +846,7 @@ div.im_message_video_thumb {
|
|||||||
.is_1x .icon-document,
|
.is_1x .icon-document,
|
||||||
.is_1x .icon-photo,
|
.is_1x .icon-photo,
|
||||||
.is_1x .icon-video {
|
.is_1x .icon-video {
|
||||||
background-image: url(../img/icons/IconsetW_1x.png?1);
|
background-image: url(../img/icons/IconsetW_1x.png?2);
|
||||||
}
|
}
|
||||||
|
|
||||||
.im_message_document_info {
|
.im_message_document_info {
|
||||||
@ -888,7 +889,7 @@ div.im_message_video_thumb {
|
|||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
.is_1x .icon-audio {
|
.is_1x .icon-audio {
|
||||||
background-image: url(../img/icons/IconsetW_1x.png?1);
|
background-image: url(../img/icons/IconsetW_1x.png?2);
|
||||||
}
|
}
|
||||||
|
|
||||||
.im_message_audio_info {
|
.im_message_audio_info {
|
||||||
@ -1124,7 +1125,7 @@ textarea.im_message_field {
|
|||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
}
|
}
|
||||||
.is_1x .icon-paperclip {
|
.is_1x .icon-paperclip {
|
||||||
background-image: url(../img/icons/IconsetW_1x.png?1);
|
background-image: url(../img/icons/IconsetW_1x.png?2);
|
||||||
}
|
}
|
||||||
.im_attach:hover .icon-paperclip {
|
.im_attach:hover .icon-paperclip {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
@ -1153,7 +1154,7 @@ textarea.im_message_field {
|
|||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
}
|
}
|
||||||
.is_1x .icon-emoji {
|
.is_1x .icon-emoji {
|
||||||
background-image: url(../img/icons/IconsetW_1x.png?1);
|
background-image: url(../img/icons/IconsetW_1x.png?2);
|
||||||
}
|
}
|
||||||
.im_emoji_btn:hover .icon-emoji {
|
.im_emoji_btn:hover .icon-emoji {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
@ -1201,7 +1202,7 @@ textarea.im_message_field {
|
|||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
}
|
}
|
||||||
.is_1x .icon-camera {
|
.is_1x .icon-camera {
|
||||||
background-image: url(../img/icons/IconsetW_1x.png?1);
|
background-image: url(../img/icons/IconsetW_1x.png?2);
|
||||||
}
|
}
|
||||||
.im_media_attach:hover .icon-camera {
|
.im_media_attach:hover .icon-camera {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
@ -1450,7 +1451,7 @@ img.img_fullsize {
|
|||||||
margin: 0 83px;
|
margin: 0 83px;
|
||||||
}
|
}
|
||||||
.is_1x .emoji-menu-tail {
|
.is_1x .emoji-menu-tail {
|
||||||
background-image: url(../img/icons/IconsetW_1x.png?1);
|
background-image: url(../img/icons/IconsetW_1x.png?2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
@ -7,7 +7,7 @@
|
|||||||
<link rel="stylesheet" href="vendor/angular/angular-csp.css"/>
|
<link rel="stylesheet" href="vendor/angular/angular-csp.css"/>
|
||||||
<link rel="stylesheet" href="vendor/bootstrap/css/bootstrap.css"/>
|
<link rel="stylesheet" href="vendor/bootstrap/css/bootstrap.css"/>
|
||||||
<link rel="stylesheet" href="vendor/jquery.nanoscroller/nanoscroller.css"/>
|
<link rel="stylesheet" href="vendor/jquery.nanoscroller/nanoscroller.css"/>
|
||||||
<link rel="stylesheet" href="css/app.css?22"/>
|
<link rel="stylesheet" href="css/app.css?23"/>
|
||||||
<link rel="icon" href="favicon.ico" type="image/x-icon" />
|
<link rel="icon" href="favicon.ico" type="image/x-icon" />
|
||||||
|
|
||||||
<meta property="og:title" content="Webogram">
|
<meta property="og:title" content="Webogram">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user