Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
douban-api-proxy
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
captainwong
douban-api-proxy
Commits
31b20362
Commit
31b20362
authored
Aug 29, 2020
by
blitzmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
caliBlur! style: Fixes issue with edit metadata button not getting styled correctly
parent
cdaad2fb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
caliBlur.min.css
cps/static/css/caliBlur.min.css
+4
-4
No files found.
cps/static/css/caliBlur.min.css
View file @
31b20362
...
@@ -585,7 +585,7 @@ div.btn-group[role=group][aria-label="Download, send to Kindle, reading"] > .dow
...
@@ -585,7 +585,7 @@ div.btn-group[role=group][aria-label="Download, send to Kindle, reading"] > .dow
border-left
:
2px
solid
rgba
(
0
,
0
,
0
,
.15
)
border-left
:
2px
solid
rgba
(
0
,
0
,
0
,
.15
)
}
}
div
[
aria-label
=
"Edit/Delete book"
]
>
.btn
-warning
{
div
[
aria-label
=
"Edit/Delete book"
]
>
.btn
{
width
:
50px
;
width
:
50px
;
height
:
60px
;
height
:
60px
;
margin
:
0
;
margin
:
0
;
...
@@ -600,7 +600,7 @@ div[aria-label="Edit/Delete book"] > .btn-warning {
...
@@ -600,7 +600,7 @@ div[aria-label="Edit/Delete book"] > .btn-warning {
color
:
transparent
color
:
transparent
}
}
div
[
aria-label
=
"Edit/Delete book"
]
>
.btn
-warning
>
span
{
div
[
aria-label
=
"Edit/Delete book"
]
>
.btn
>
span
{
visibility
:
visible
;
visibility
:
visible
;
position
:
relative
;
position
:
relative
;
display
:
inline-block
;
display
:
inline-block
;
...
@@ -616,7 +616,7 @@ div[aria-label="Edit/Delete book"] > .btn-warning > span {
...
@@ -616,7 +616,7 @@ div[aria-label="Edit/Delete book"] > .btn-warning > span {
margin
:
auto
margin
:
auto
}
}
div
[
aria-label
=
"Edit/Delete book"
]
>
.btn
-warning
>
span
:before
{
div
[
aria-label
=
"Edit/Delete book"
]
>
.btn
>
span
:before
{
content
:
"\EA5d"
;
content
:
"\EA5d"
;
font-family
:
plex-icons
;
font-family
:
plex-icons
;
font-size
:
20px
;
font-size
:
20px
;
...
@@ -625,7 +625,7 @@ div[aria-label="Edit/Delete book"] > .btn-warning > span:before {
...
@@ -625,7 +625,7 @@ div[aria-label="Edit/Delete book"] > .btn-warning > span:before {
height
:
60px
height
:
60px
}
}
div
[
aria-label
=
"Edit/Delete book"
]
>
.btn
-warning
>
span
:hover
{
div
[
aria-label
=
"Edit/Delete book"
]
>
.btn
>
span
:hover
{
color
:
#fff
color
:
#fff
}
}
...
...
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