码迷,mamicode.com
首页 >  
搜索关键字:highlight    ( 8728个结果
小米刷入Recovery
http://www.miui.com/forum.php?mod=viewthread&tid=3363244&highlight=recovery提示:1、体验版的各位同学,此Recovery可正常ota。2、Recovery为TWRP触摸版刷入教程:1、下载工具包后,解压文件2、SHIFT+鼠...
分类:移动开发   时间:2016-01-19 00:14:24    阅读次数:263
苹果手机点击元素产生阴影去掉的方法:
1 a{ -webkit-tap-highlight-color:transparent;}
分类:移动开发   时间:2016-01-06 17:39:36    阅读次数:176
手机上怎么去掉a 标签中的img点击时的阴影?
a { -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; -webkit-user-select: none;} 一般a标签被按住时会...
分类:移动开发   时间:2016-01-05 22:12:05    阅读次数:247
-webkit-tap-highlight-color的理解
(一)-webkit-tap-highlight-color 这个属性只用于iOS (iPhone和iPad)。当你点击一个链接或者通过Javascript定义的可点击元素的时候,它就会出现一个半透明的灰色背景。要重设这个表现,你可以设置-webkit-tap-highlight-color为...
分类:Web程序   时间:2016-01-01 14:59:43    阅读次数:230
QListWidget
1.失去焦点背景颜色,代码设置全选的时候,背景会是白色,需要设置失去焦点背景颜色。(设置焦点,会出现白转化成设置背景色,效果不好) QPalette p; p.setColor(QPalette::Inactive,QPalette::Highlight,QColor(51,153,255))...
分类:其他好文   时间:2015-12-31 10:25:59    阅读次数:426
处理手机上点击链接出现的蓝色边框
a {tap-highlight-color: rgba(0,0,0,0);focus-ring-color: rgba(0, 0, 0, 0);-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-focus-ring-color: rgba(0, ...
分类:移动开发   时间:2015-12-28 18:18:13    阅读次数:173
去除移动端点击事件出现的背景框 tap-highlight-color
-webkit-tap-highlight-color这个属性只用于iOS (iPhone和iPad)。当你点击一个链接或者通过Javascript定义的可点击元素的时候,它就会出现一个半透明的灰色背景。要重设这个表现,你可以设置-webkit-tap-highlight-color为任何颜色。想要...
分类:移动开发   时间:2015-12-22 12:58:58    阅读次数:217
给NSButton设置highlight image
@property (strong) NSButton *shuffleButton; self.shuffleButton = [[NSButton alloc] initWithFrame:CGRectMake(0, 0, 25, 14)]; self.shuffleBut...
分类:其他好文   时间:2015-12-16 18:51:12    阅读次数:214
在html中实现代码的高亮显示
最近在做组内的组件库,用到代码的高亮显示~我查到的资料有syntaxhighlighter、highlight.js、prism.jshighlight.js官网 https://highlightjs.org/syntaxhighlighter官网http://alexgorbatchev.com...
分类:Web程序   时间:2015-12-16 12:18:06    阅读次数:223
移动端取消touch高亮效果
在做移动端页面时,会发现所有a标签在触发点击时或者所有设置了伪类 :active 的元素,默认都会在激活状态时,显示高亮框,如果不想要这个高亮,那么你可以通过css以下方法来禁止:.xxx{-webkit-tap-highlight-color:rgba(0,0,0,0);}这个设置,在大部分机子上...
分类:移动开发   时间:2015-12-16 00:09:24    阅读次数:192
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!