Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
check
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abook_web
check
Commits
dd73f008
Commit
dd73f008
authored
Jun 26, 2015
by
Masaru Abe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
カテゴリ/グループツリー表示で該当件数が0件なら選択出来ないようにする対応
parent
4bb01134
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
74 additions
and
15 deletions
+74
-15
abvw/common/js/jquery.treeview.js
+58
-15
abvw/css/layout/home.css
+12
-0
abvw/css/theme/tab.css
+4
-0
No files found.
abvw/common/js/jquery.treeview.js
View file @
dd73f008
This diff is collapsed.
Click to expand it.
abvw/css/layout/home.css
View file @
dd73f008
...
@@ -71,6 +71,18 @@ a:hover{
...
@@ -71,6 +71,18 @@ a:hover{
cursor
:
pointer
;
cursor
:
pointer
;
}
}
.folderZero
,
.fileZero
{
padding-left
:
5px
;
}
a
.folderZero
:hover
{
cursor
:
default
;
}
a
.fileZero
:hover
{
cursor
:
default
;
}
.sectionhomebookshelf
a
.name
{
}
.sectionhomebookshelf
a
.name
{
}
/* hibiya */
/* hibiya */
...
...
abvw/css/theme/tab.css
View file @
dd73f008
...
@@ -62,6 +62,10 @@
...
@@ -62,6 +62,10 @@
font-size
:
12px
;
font-size
:
12px
;
text-decoration
:
none
;
text-decoration
:
none
;
}
}
/*
.tabUnit .tabUnitList ul li a:hover{ text-decoration:underline;}
.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_left
{
}
.sankaku_right
{
}
.sankaku_right
{
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment