border to contrast
This commit is contained in:
parent
0eb019fc3c
commit
81a9329975
2 changed files with 71 additions and 71 deletions
|
@ -66,3 +66,7 @@ html[lang-direction="rtl"] label.form-check-label {
|
|||
.margin-center {
|
||||
margin: 0 auto;
|
||||
}
|
||||
#pdf-canvas {
|
||||
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.384);
|
||||
width: 100%;
|
||||
}
|
|
@ -268,10 +268,6 @@ select#font-select, select#font-select option {
|
|||
position: relative;
|
||||
margin: 20px 0;
|
||||
}
|
||||
#pdf-canvas {
|
||||
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.384);
|
||||
width: 100%;
|
||||
}
|
||||
.draggable-buttons-box {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
|
Loading…
Reference in a new issue