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;
|
||||
margin: 60px 10px 0 0;
|
||||
opacity: 0.5;
|
||||
pointer-events: none;
|
||||
|
||||
-webkit-transition : .2s;
|
||||
-moz-transition : .2s;
|
||||
@ -409,7 +410,7 @@ fieldset[disabled] .btn-tg.active {
|
||||
margin: 0;
|
||||
}
|
||||
.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,
|
||||
@ -430,7 +431,7 @@ fieldset[disabled] .btn-tg.active {
|
||||
opacity: 0.6;
|
||||
}
|
||||
.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 {
|
||||
opacity: 1;
|
||||
@ -813,7 +814,7 @@ div.im_message_video_thumb {
|
||||
background-size: 42px 430px;
|
||||
}
|
||||
.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-photo,
|
||||
.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 {
|
||||
@ -888,7 +889,7 @@ div.im_message_video_thumb {
|
||||
margin-right: 10px;
|
||||
}
|
||||
.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 {
|
||||
@ -1124,7 +1125,7 @@ textarea.im_message_field {
|
||||
opacity: 0.8;
|
||||
}
|
||||
.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 {
|
||||
opacity: 1;
|
||||
@ -1153,7 +1154,7 @@ textarea.im_message_field {
|
||||
opacity: 0.8;
|
||||
}
|
||||
.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 {
|
||||
opacity: 1;
|
||||
@ -1201,7 +1202,7 @@ textarea.im_message_field {
|
||||
opacity: 0.8;
|
||||
}
|
||||
.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 {
|
||||
opacity: 1;
|
||||
@ -1450,7 +1451,7 @@ img.img_fullsize {
|
||||
margin: 0 83px;
|
||||
}
|
||||
.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/bootstrap/css/bootstrap.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" />
|
||||
|
||||
<meta property="og:title" content="Webogram">
|
||||
|
Loading…
x
Reference in New Issue
Block a user