Implemented Hero-dialog editing of features
This commit is contained in:
33
rpg-docs/client/views/GeneralCSS/globalDetail.css
Normal file
33
rpg-docs/client/views/GeneralCSS/globalDetail.css
Normal file
@@ -0,0 +1,33 @@
|
||||
#detailScreenFiller {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
z-index: 2;
|
||||
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#screenDim {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
background-color: black;
|
||||
opacity: 0.0;
|
||||
}
|
||||
|
||||
|
||||
#globalDetail {
|
||||
background-color: white;
|
||||
width: 624px;
|
||||
height: 500px;
|
||||
}
|
||||
|
||||
.fake-selected [hero] {
|
||||
visibility: hidden;
|
||||
}
|
||||
Reference in New Issue
Block a user