diff --git a/public/css/components/Detailheader.css b/public/css/components/Detailheader.css index a81ec0283..e283a55cc 100644 --- a/public/css/components/Detailheader.css +++ b/public/css/components/Detailheader.css @@ -5,4 +5,60 @@ .bg-unruly { background-color: #ad1010 !important; color: white; -} \ No newline at end of file +} + +/*.fotosperre { + z-index: 1; + font-size: 1rem; + width: 1.25rem; + height: 1.25rem; +}*/ + +.foto-container .fotoedit { + opacity: 0; + transition: opacity 0.3s; + backdrop-filter: blur(2px); +} + +.fotoedit { + background-color: rgba(0, 0, 0, 0.4); + color: white; + border: none; + z-index: 4; + font-size: 1rem; + width: 1.8rem; + height: 1.8rem; + opacity:0; + transition: opacity 0.2s; + top:20%; +} + +/* fotoeditMa { + background-color: rgba(0, 0, 0, 0.4); + color: white; + border: none; + z-index: 4; + font-size: 1rem; + opacity:0; + transition: opacity 0.2s; + top:20%; +}*/ + +.buttonleft { + margin-left: 1rem; +} + +.buttonright { + margin-right: 1rem; +} + +/*.fotoEditMa { + z-index: 104; + font-size: 1rem; + width: 2.5rem; + height: 2.5rem; + opacity:0; + transition: opacity 0.2s; + top:13%;" + z-index: 104; font-size: 1rem; width: 2.5rem; height: 2.5rem; opacity:0; transition: opacity 0.2s; top:13%;" +}*/ diff --git a/public/js/components/DetailHeader/DetailHeader.js b/public/js/components/DetailHeader/DetailHeader.js index 3e09f376a..164030592 100644 --- a/public/js/components/DetailHeader/DetailHeader.js +++ b/public/js/components/DetailHeader/DetailHeader.js @@ -7,12 +7,6 @@ export default { components: { ModalUploadFoto }, -/* inject: { - domain: { - from: 'configDomain', - default: 'fhcomplete.info' - }, - },*/ props: { headerData: { type: Object, @@ -203,23 +197,21 @@ export default { />