Commit dd73f008 by Masaru Abe

カテゴリ/グループツリー表示で該当件数が0件なら選択出来ないようにする対応

parent 4bb01134
......@@ -71,6 +71,18 @@ a:hover{
cursor: pointer;
}
.folderZero, .fileZero{
padding-left: 5px;
}
a.folderZero:hover{
cursor: default;
}
a.fileZero:hover{
cursor: default;
}
.sectionhomebookshelf a.name{ }
/* hibiya */
......
......@@ -62,6 +62,10 @@
font-size: 12px;
text-decoration: none;
}
/*
.tabUnit .tabUnitList ul li a:hover{ text-decoration:underline;}
*/
.tabUnit .tabUnitList ul li a.folder:hover{ text-decoration:underline;}
.tabUnit .tabUnitList ul li a.file:hover{ text-decoration:underline;}
.sankaku_left{ }
.sankaku_right{ }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment