Initial commit: Fresh start with current state
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
@import "token-config.less";
|
||||
@import "roll-tooltip.less";
|
||||
@import "chat-log.less";
|
||||
@@ -0,0 +1,5 @@
|
||||
#chat-log {
|
||||
// HACK: Fixes scrollbar styling and width in Chrome (to show like it does in Electron)
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: #782e22 #111; // Colors used by Foundry v11
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
.inline-roll {
|
||||
.dice-tooltip {
|
||||
.tooltip-part {
|
||||
.part-header {
|
||||
flex-flow: row nowrap;
|
||||
|
||||
.part-formula {
|
||||
text-align: left;
|
||||
flex: 1;
|
||||
&:empty {
|
||||
flex: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.part-flavor {
|
||||
text-align: right;
|
||||
flex: 2 min-content;
|
||||
white-space: normal;
|
||||
word-break: normal;
|
||||
}
|
||||
|
||||
.part-total {
|
||||
border: unset;
|
||||
background: unset;
|
||||
flex: 0 2em;
|
||||
text-align: right;
|
||||
|
||||
.part-prefix {
|
||||
color: var(--color-text-dark-inactive);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
.app.sheet.token-sheet {
|
||||
.tab {
|
||||
&[data-tab="detection"] {
|
||||
&.disabled {
|
||||
// Detection modes tab buttons
|
||||
.action-button {
|
||||
visibility: hidden;
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
fieldset.pf1 {
|
||||
padding: 0 0.2em;
|
||||
|
||||
> legend {
|
||||
font-size: var(--font-size-11);
|
||||
}
|
||||
|
||||
label {
|
||||
// Undo PF1 generic styling
|
||||
font-weight: unset;
|
||||
// Undo Foundry styling
|
||||
line-height: unset;
|
||||
}
|
||||
|
||||
input {
|
||||
// Undo Foundry styling
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user