mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
changed ul to .panel for speed up css parsing
This commit is contained in:
parent
89629cc522
commit
719292b180
2 changed files with 6 additions and 2 deletions
|
|
@ -34,7 +34,10 @@ a:focus { outline: thin dotted; }
|
|||
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
|
||||
a:hover, a:active { outline: 0; }
|
||||
|
||||
ul{ margin: 1em 0; padding: 0 20px 0 20px; }
|
||||
/* changed ul to panel, it using only in this case for now, and will css
|
||||
* processing cost 33% with name of tag, so it should be match faster
|
||||
*/
|
||||
.panel{ margin: 1em 0; padding: 0 20px 0 20px; }
|
||||
|
||||
/*
|
||||
* 1. Display hand cursor for clickable form elements
|
||||
|
|
|
|||
|
|
@ -208,7 +208,8 @@ background:url(/img/panel_refresh.png) 0 -15px no-repeat;
|
|||
width: 25%;
|
||||
}
|
||||
|
||||
ul,li{
|
||||
/* changin ul to panel for high speed parsing*/
|
||||
.panel, li{
|
||||
/* making cursor just arrow,
|
||||
* not text editing cursor
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue