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
aed724ef
Commit
aed724ef
authored
Mar 27, 2015
by
vietdo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#9372 V1.1】サムネイル上のマウスオーバー時の背景色変化がわかりづらい
parent
834b55cf
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
2 deletions
+15
-2
abvw/css/theme/bookshelf.css
+5
-0
abvw/css/theme/history.css
+2
-2
abvw/css/theme/list.css
+5
-0
abvw/css/theme/list_shiori.css
+3
-0
No files found.
abvw/css/theme/bookshelf.css
View file @
aed724ef
...
...
@@ -41,6 +41,11 @@ p.dop_info a:hover{ text-decoration:none;}
}
.cnt_section_bookshelf
:hover
{
background
:
#FFF
;}
section
.sectionhomebookshelf
.cnt_section_bookshelf
:hover
{
background-color
:
#EDEDED
;
}
.cnt_section_bookshelf
a
.img
{
}
...
...
abvw/css/theme/history.css
View file @
aed724ef
...
...
@@ -69,8 +69,8 @@
}
.cnt_section_list
{
}
.cnt_section_list
:hover
{
background-color
:
#
FFFFFF
;
section
.sectionhistory
.cnt_section_list
:hover
{
background-color
:
#
EDEDED
;
}
.cnt_section_list
a
.img
{
}
...
...
abvw/css/theme/list.css
View file @
aed724ef
...
...
@@ -38,6 +38,11 @@ section.sectionhomelist{
.cnt_section_list
:hover
{
background-color
:
#FFFFFF
;
}
section
.sectionhomelist
.cnt_section_list
:hover
{
background-color
:
#EDEDED
;
}
.cnt_section_list
a
.img
{
}
...
...
abvw/css/theme/list_shiori.css
View file @
aed724ef
...
...
@@ -116,6 +116,9 @@ a
.cnt_section
:hover
{
background-color
:
#FFFFFF
;
}
section
.sectionBookmark
.cnt_section
:hover
{
background-color
:
#EDEDED
;
}
.cnt_section
a
.img
{
cursor
:
default
;
...
...
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