diff --git a/rpg-docs/client/views/character/characterSheet.css b/rpg-docs/client/views/character/characterSheet.css index 2a1480b9..e409732f 100644 --- a/rpg-docs/client/views/character/characterSheet.css +++ b/rpg-docs/client/views/character/characterSheet.css @@ -11,11 +11,11 @@ paper-tabs[noink][nobar] paper-tab.core-selected { color: #fff; } -::shadow #selectionBar, #onRadio { +paper-tabs /deep/ #selectionBar, #onRadio { background-color: #d50000; } -::shadow #ink { +paper-tabs ::shadow #ink { color: #b22 !important; } diff --git a/rpg-docs/client/views/character/effectEdit/effectEdit.html b/rpg-docs/client/views/character/effectEdit/effectEdit.html index fd0096be..8c048760 100644 --- a/rpg-docs/client/views/character/effectEdit/effectEdit.html +++ b/rpg-docs/client/views/character/effectEdit/effectEdit.html @@ -1,6 +1,6 @@