mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-25 12:34:47 -04:00
Updates preview styles.
This commit is contained in:
parent
61ae46386e
commit
a8a6871ebd
6 changed files with 42 additions and 28 deletions
|
@ -8,8 +8,7 @@
|
|||
bottom: 0;
|
||||
z-index: 100;
|
||||
|
||||
// background-color: #111;
|
||||
background-color: rgba(0,0,0,0.9);
|
||||
background-color: rgba(0,0,0,0.5);
|
||||
|
||||
text-align: center;
|
||||
}
|
||||
|
@ -22,6 +21,17 @@
|
|||
#pv-img-image {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
border: 2px solid #fff;
|
||||
.border-radius(4px);
|
||||
}
|
||||
|
||||
#pv-img-overlay.fullscreen {
|
||||
background-color: #111;
|
||||
|
||||
#pv-img-image {
|
||||
border: 0;
|
||||
.border-radius(0);
|
||||
}
|
||||
}
|
||||
|
||||
#pv-img-close {
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
bottom: 0;
|
||||
z-index: 100;
|
||||
|
||||
background-color: rgba(0,0,0,0.9);
|
||||
background-color: rgba(0,0,0,0.5);
|
||||
|
||||
text-align: center;
|
||||
}
|
||||
|
@ -18,7 +18,8 @@
|
|||
margin: 0 auto;
|
||||
padding: 10px;
|
||||
background-color: #fff;
|
||||
border: 2px solid rgba(0,0,0,0.5);
|
||||
border: 2px solid #fff;
|
||||
.border-radius(4px);
|
||||
text-align: left;
|
||||
overflow: auto;
|
||||
position: relative;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue