mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 01:10:08 +02:00
Convert all six-digit HEX colors to RGBA colors
This commit is contained in:
parent
403a994556
commit
e3c0181357
3 changed files with 18 additions and 18 deletions
|
@ -157,7 +157,7 @@
|
|||
position: absolute;
|
||||
z-index: 200;
|
||||
max-width: 20em;
|
||||
background-color: #FFFF99;
|
||||
background-color: rgba(255, 255, 153, 1);
|
||||
box-shadow: 0px 2px 5px rgba(136, 136, 136, 1);
|
||||
border-radius: 2px;
|
||||
padding: 6px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue