fixed tick
This commit is contained in:
parent
087893c503
commit
2165c54260
2
Makefile
2
Makefile
@ -18,4 +18,4 @@ package:
|
|||||||
publish:
|
publish:
|
||||||
rm -rf dist/*
|
rm -rf dist/*
|
||||||
cp -r app/* dist/
|
cp -r app/* dist/
|
||||||
cd dist && git add . && git commit -am "merged with master" && git push origin gh-pages
|
cd dist && git add --all . && git commit -am "merged with master" && git push origin gh-pages
|
@ -1867,7 +1867,7 @@ img.img_fullsize {
|
|||||||
width: 17px;
|
width: 17px;
|
||||||
height: 15px;
|
height: 15px;
|
||||||
margin: 10px 0 0 -75px;
|
margin: 10px 0 0 -75px;
|
||||||
background: url(../img/icons/IconsetW.png?1) -13px -344px no-repeat;
|
background: url(../img/icons/IconsetW.png?1) -13px -343px no-repeat;
|
||||||
background-size: 42px 460px;
|
background-size: 42px 460px;
|
||||||
}
|
}
|
||||||
.is_1x .icon-select-tick {
|
.is_1x .icon-select-tick {
|
||||||
@ -1880,7 +1880,7 @@ img.img_fullsize {
|
|||||||
.im_message_selected .icon-select-tick,
|
.im_message_selected .icon-select-tick,
|
||||||
.im_history_selectable .im_message_outer_wrap:hover .icon-select-tick {
|
.im_history_selectable .im_message_outer_wrap:hover .icon-select-tick {
|
||||||
background-position: -13px -367px;
|
background-position: -13px -367px;
|
||||||
opacity: 0.6;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
.im_message_selected .icon-select-tick {
|
.im_message_selected .icon-select-tick {
|
||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
|
@ -337,6 +337,7 @@ angular.module('myApp.controllers', [])
|
|||||||
jump = 0;
|
jump = 0;
|
||||||
|
|
||||||
function applyDialogSelect (newPeer) {
|
function applyDialogSelect (newPeer) {
|
||||||
|
selectedCancel();
|
||||||
newPeer = newPeer || $scope.curDialog.peer || '';
|
newPeer = newPeer || $scope.curDialog.peer || '';
|
||||||
|
|
||||||
peerID = AppPeersManager.getPeerID(newPeer);
|
peerID = AppPeersManager.getPeerID(newPeer);
|
||||||
|
Loading…
Reference in New Issue
Block a user