Compare commits
No commits in common. "bf2a2818ceb710945c0a6afaf0f8b89b1a7609b0" and "58c33bc008230fd37ceebbffb08bbf93d7e248c9" have entirely different histories.
bf2a2818ce
...
58c33bc008
|
|
@ -887,11 +887,11 @@ export default {
|
||||||
.dicom-wrapper .dropdown-content {
|
.dicom-wrapper .dropdown-content {
|
||||||
display: none;
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: -20px;
|
left: 0;
|
||||||
top: 40px;
|
top: 40px;
|
||||||
color: #d0d0d0;
|
color: #d0d0d0;
|
||||||
background-color: #323232;
|
background-color: #323232;
|
||||||
min-width: 100px;
|
min-width: 80px;
|
||||||
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
|
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
|
||||||
border: 1px solid #4e4e4e;
|
border: 1px solid #4e4e4e;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue