forked from public/fvtt-cthulhu-eternal
		
	Fix history
This commit is contained in:
		| @@ -1,5 +1,12 @@ | ||||
| .application.dialog.lethalfantasy { | ||||
| .application.dialog.fvtt-cthulhu-eternal { | ||||
|   color: var(--color-dark-1); | ||||
|   background-color: var(--color-light-1); | ||||
|  | ||||
|   button { | ||||
|     background-image: none; | ||||
|     background-color: var(--color-dark-6); | ||||
|     color: var(--color-light-1); | ||||
|   } | ||||
|  | ||||
|   input, | ||||
|   select { | ||||
| @@ -9,17 +16,14 @@ | ||||
|   } | ||||
| } | ||||
|  | ||||
| .lethalfantasy-roll-dialog { | ||||
| .fvtt-cthulhu-eternal-roll-dialog { | ||||
|   fieldset { | ||||
|     padding: 10px; | ||||
|     background-color: var(--color-light-1); | ||||
|   } | ||||
| } | ||||
|  | ||||
| input[name="selectAvantages"] { | ||||
|   border: none; | ||||
| } | ||||
|  | ||||
| .dialog-aide-gene { | ||||
| .dialog-modifier { | ||||
|   display: flex; | ||||
|   justify-content: center; | ||||
|   align-items: center; | ||||
| @@ -32,31 +36,8 @@ input[name="selectAvantages"] { | ||||
|   } | ||||
| } | ||||
|  | ||||
| .dialog-modificateur { | ||||
|   display: flex; | ||||
|   justify-content: center; | ||||
|   align-items: center; | ||||
|   select { | ||||
|     border: none; | ||||
|     background-color: rgba(0, 0, 0, 0.1); | ||||
|     color: var(--color-dark-2); | ||||
|     width: 60px; | ||||
|     text-align: center; | ||||
|   } | ||||
| } | ||||
|  | ||||
| .dialog-avantages { | ||||
|   #selectAvantages { | ||||
|     background-color: inherit; | ||||
|     text-align: center; | ||||
|     font-family: var(--font-secondary); | ||||
|     font-size: calc(var(--font-size-standard) * 1.2); | ||||
|   } | ||||
| } | ||||
|  | ||||
| .dialog-damage, | ||||
| .dialog-resource, | ||||
| .dialog-save { | ||||
| .dialog-damage { | ||||
|   display: flex; | ||||
|   justify-content: center; | ||||
|   align-items: center; | ||||
| @@ -82,6 +63,7 @@ input[name="selectAvantages"] { | ||||
|     border: 0px; | ||||
|   } | ||||
|   .intro-chat { | ||||
|     color:var(--color-dark-1); | ||||
|     border-radius: 20px; | ||||
|     display: flex; | ||||
|     flex-direction: row; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user