diff --git a/client/public/icons/other/License b/client/public/icons/other/License new file mode 100644 index 00000000..d1858cf4 --- /dev/null +++ b/client/public/icons/other/License @@ -0,0 +1,2 @@ +Shield icon created by Marcus Avedis +from Noun Project2 \ No newline at end of file diff --git a/client/public/icons/other/noun-shield.svg b/client/public/icons/other/noun-shield.svg new file mode 100644 index 00000000..25b4cc76 --- /dev/null +++ b/client/public/icons/other/noun-shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/public/img/dracblau.png b/client/public/img/dracblau.png new file mode 100644 index 00000000..c3f3198d Binary files /dev/null and b/client/public/img/dracblau.png differ diff --git a/client/public/img/monke.jpg b/client/public/img/monke.jpg new file mode 100644 index 00000000..a5a7084c Binary files /dev/null and b/client/public/img/monke.jpg differ diff --git a/client/src/assets/main.css b/client/src/assets/main.css index d9eba1e3..6c512582 100644 --- a/client/src/assets/main.css +++ b/client/src/assets/main.css @@ -192,4 +192,4 @@ button:active { -webkit-box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.75); -moz-box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.75); box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.75); -} +} \ No newline at end of file diff --git a/client/src/views/partials/WindowHandle.vue b/client/src/views/partials/WindowHandle.vue index 0c539f7c..1fb0e0d8 100644 --- a/client/src/views/partials/WindowHandle.vue +++ b/client/src/views/partials/WindowHandle.vue @@ -51,10 +51,6 @@ function CloseButton(){ onMounted(() => { if(props.custom) def.value = false; - if(props.color) { - let handle = document.getElementById('window-handle-' + id); - handle.style.backgroundColor = props.color; - } }); defineExpose({ diff --git a/client/src/views/windows/game/dnd-5e/CharacterSheet.vue b/client/src/views/windows/game/dnd-5e/CharacterSheet.vue index b992cd7d..a524c4e1 100644 --- a/client/src/views/windows/game/dnd-5e/CharacterSheet.vue +++ b/client/src/views/windows/game/dnd-5e/CharacterSheet.vue @@ -37,7 +37,7 @@ function ConfigureBookmarks(){