mirror of
https://github.com/janeczku/calibre-web
synced 2024-11-24 18:47:23 +00:00
caliBlur! style: Fixes issue with edit metadata button not getting styled correctly
This commit is contained in:
parent
cdaad2fb4a
commit
31b20362ec
8
cps/static/css/caliBlur.min.css
vendored
8
cps/static/css/caliBlur.min.css
vendored
@ -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 {
|
|||||||
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 {
|
|||||||
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 {
|
|||||||
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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user