ext.ux.form.lovcombo.css

来自「一个EXT可输入下拉框的程序。不清楚的可以下载来看。」· CSS 代码 · 共 33 行

CSS
33
字号
/** vim: ts=4:sw=4:nu:fdc=4:nospell * * Ext.ux.form.LovCombo CSS File * * @author    Ing.Jozef Sakáloš * @copyright (c) 2008, by Ing. Jozef Sakáloš * @date      5. April 2008 * @version   $Id: Ext.ux.form.LovCombo.css 189 2008-04-16 21:01:06Z jozo $ * * @license Ext.ux.form.LovCombo.css is licensed under the terms of the Open Source * LGPL 3.0 license. Commercial use is permitted to the extent that the  * code/component(s) do NOT become part of another Open Source or Commercially * licensed development library or toolkit without explicit permission. *  * License details: http://www.gnu.org/licenses/lgpl.html */.ux-lovcombo-icon {	width:16px;	height:16px;	float:left;	background-position: -1px -1px ! important;	background-repeat:no-repeat ! important;}.ux-lovcombo-icon-checked {	background: transparent url(../ext/resources/images/default/menu/checked.gif);}.ux-lovcombo-icon-unchecked {	background: transparent url(../ext/resources/images/default/menu/unchecked.gif);} /* eof */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?