Started work on PM Panel layout
This commit is contained in:
parent
67edef9035
commit
e19ae74412
11 changed files with 198 additions and 0 deletions
|
|
@ -103,6 +103,14 @@ a:active, i:active:not(button i), .interactive:active{
|
|||
text-shadow: var(--focus-glow0-alt0);
|
||||
}
|
||||
|
||||
div.interactive:hover{
|
||||
background-color: var(--bg2);
|
||||
}
|
||||
|
||||
div.interactive:active{
|
||||
background-color: var(--bg1);
|
||||
}
|
||||
|
||||
button i{
|
||||
margin: 0.05em;
|
||||
text-wrap: nowrap;
|
||||
|
|
@ -610,6 +618,15 @@ div.archived p{
|
|||
border-left: var(--accent1-alt0) solid 1px;
|
||||
}
|
||||
|
||||
/* PM Panel */
|
||||
#pm-panel-sesh-container{
|
||||
border-left: 1px solid var(--accent0);
|
||||
}
|
||||
|
||||
#pm-panel-start-sesh{
|
||||
border-bottom: 1px solid var(--accent0);
|
||||
}
|
||||
|
||||
/* altcha theming*/
|
||||
div.altcha{
|
||||
box-shadow: 4px 4px 1px var(--bg1-alt0) inset;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue