Icon UI enhancement.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12215 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-11-14 07:45:23 +00:00
parent f1f7d80540
commit 3daadb29dc
4 changed files with 13 additions and 5 deletions

View file

@ -17,6 +17,8 @@ body>.x,
.x [disabled]{cursor:not-allowed}
.x button[disabled]{color:#ccc !important}
.x a[target="_blank"]:after{ content:"";display:inline-block;width:14px;height:14px;vertical-align:text-bottom;margin:0 0 0 2px;background-position:-120px -72px;opacity:.3;filter:alpha(opacity=30)}
.x a[target="_blank"]:hover:after,
.x a[target="_blank"]:focus:after{opacity:.7;filter:alpha(opacity=70)}
/* Bootstrap Override */
.x .x_page-header{padding-bottom:0;border-bottom:2px solid #ddd}
.x .x_page-header>h1{margin-bottom:0;font-size:24px;color:#333}
@ -67,7 +69,11 @@ body>.x,
.x td select,
.x td textarea,
.x td input{margin-bottom:0}
.x .x_icon-question-sign{cursor:help;opacity:.5;filter:alpha(opacity=50)}
.x [class*="x_icon-"]{opacity:.5;filter:alpha(opacity=50)}
.x [class*="x_icon-"]:hover,
.x [class*="x_icon-"]:focus,
.x *:hover>[class*="x_icon-"],
.x *:focus>[class*="x_icon-"]{opacity:1;filter:alpha(opacity=100)}
.x .x_nav-tabs>li>a{padding-top:6px;padding-bottom:6px;text-decoration:none !important}
.x .x_nav-tabs>li.x_active>a{font-weight:bold}
.x .x_table{margin:10px 0;border-top:2px solid #ddd;border-bottom:1px solid #ddd}

File diff suppressed because one or more lines are too long