diff --git a/src/components/Dicom/DicomViewer.vue b/src/components/Dicom/DicomViewer.vue index 1f46c05b..a1c101c8 100644 --- a/src/components/Dicom/DicomViewer.vue +++ b/src/components/Dicom/DicomViewer.vue @@ -101,9 +101,10 @@ -
{{ - $t('DicomViewer:anonymous:PixelAnonymity') - }} +
{{ + $t('DicomViewer:anonymous:PixelAnonymity') + }}
@@ -1252,25 +1253,27 @@ export default { height: 40px; line-height: 30px; border-radius: 15px; - background-color: rgba(255, 255, 255, .3); cursor: pointer; padding: 5px 10px; - border: 1px solid rgba(255, 255, 255, .7); - color: #000; - - &:hover { - background-color: rgba(255, 255, 255, .5); - } + color: #428bca; + background: #ecf3fa; + border-color: #b3d1ea; } .activeBtn { - background-color: #16477b90; + background: #428bca; + border-color: #428bca; color: #fff; } - .isNoted { - cursor: not-allowed; - } + // &:hover { + // background-color: rgba(255, 255, 255, .5); + // } +} + + +.isNoted { + cursor: not-allowed; }