Fix #2070 add class support to menu items

This commit is contained in:
Kijin Sung 2023-09-12 22:01:28 +09:00
parent 1ec0d74e77
commit 3ddf1392f9
9 changed files with 70 additions and 20 deletions

View file

@ -160,7 +160,7 @@ padding:0;list-style:none}
.col .clone ul ul{padding-left:8px;margin-left:8px}
.col .clone ul ul li{background-position:-90px 10px;background-repeat:repeat-y}
.col .clone ul ul li:only-child,
.col .clone ul ul li:last-child{background:none}
.col .clone ul ul li:last-child{background:none}
.col .clone ul ul li:only-child>a:before{background-position:-36px 0}
.col .clone li.x_disabled>a{color:#999;text-decoration:none;cursor:not-allowed}
.col .clone li.x_selected>a{color:#000;font-weight:bold;text-decoration:underline}
@ -201,7 +201,7 @@ padding:0;list-style:none}
.download ._pagination>.x_pagination a:hover,
.download ._pagination>.x_pagination a:focus{font-weight:bold}
.download ._pagination>.x_pagination .x_active>a{color:#000}
.download .starRating,
.download .starRating,
.download .starRating>i{display:inline-block;height:15px;background:transparent url(../../../admin/tpl/img/starRating.png) no-repeat;overflow:hidden}
.download .starRating{width:79px;vertical-align:middle}
.download .starRating>i{font-size:0;line-height:0;vertical-align:top;text-indent:-100px;*text-indent:0;background-position:0 -15px}
@ -279,6 +279,7 @@ padding:0;list-style:none}
#default [for="lang_menuDesc"],
#default [for="lang_pageTitle"],
#default [for="menuIcon"],
#default [for="menuClass"],
#default [for="mid2"]{font-weight:bold;}
#default .btnBoth{position:relative;margin:5px 0;box-sizing:border-box;width:100%;}
/* Auth */
@ -331,11 +332,11 @@ padding:0;list-style:none}
/* Layout */
#layout li ul._edit_menu {display:none}
#layout li.selected ul._edit_menu {display:block}
#layout .list,
#layout .list,
#skin .list{position:relative}
#layout .mask,
#layout .mask,
#skin .mask{display:none;position:absolute;width:100%;height:100%;left:0;top:0;background:#fff;opacity:.5;filter:alpha(opacity=50);z-index:99}
#layout .disabled>.mask,
#layout .disabled>.mask,
#skin .disabled>.mask{display:block;cursor:not-allowed}
/* Full Setup */
#fullSetup .x_btn-group{position:absolute;right:4px;margin: 0 5px;}