Corrections CSS sur fiche archetype et système
All checks were successful
Release Creation / build (release) Successful in 50s
All checks were successful
Release Creation / build (release) Successful in 50s
This commit is contained in:
@@ -204,23 +204,29 @@ li.folder > .folder-header h3 {
|
||||
/*background: #494e6b;*/
|
||||
}
|
||||
|
||||
input[type="text"], select[type="text"] {
|
||||
.fvtt-malefices input[type="text"], .fvtt-malefices select[type="text"] {
|
||||
background:white;
|
||||
color: @color-input-text;
|
||||
}
|
||||
|
||||
select {
|
||||
.fvtt-malefices select {
|
||||
background:white;
|
||||
color: @color-input-text;
|
||||
}
|
||||
/* background: #011d33 url("../images/ui/fond1.webp") repeat left top;*/
|
||||
/*color: rgba(168, 139, 139, 0.5);*/
|
||||
.window-app.sheet .window-content .sheet-header select[type="text"], .window-app.sheet .window-content .sheet-header input[type="text"], .window-app.sheet .window-content .sheet-header input[type="number"], .window-app.sheet .window-content .sheet-body input[type="text"], .window-app.sheet .window-content .sheet-body input[type="number"], .window-app.sheet .window-content .sheet-body select[type="text"] {
|
||||
.fvtt-malefices.window-app.sheet .window-content .sheet-header select[type="text"],
|
||||
.fvtt-malefices.window-app.sheet .window-content .sheet-header input[type="text"],
|
||||
.fvtt-malefices.window-app.sheet .window-content .sheet-header input[type="number"],
|
||||
.fvtt-malefices.window-app.sheet .window-content .sheet-body input[type="text"],
|
||||
.fvtt-malefices.window-app.sheet .window-content .sheet-body input[type="number"],
|
||||
.fvtt-malefices.window-app.sheet .window-content .sheet-body select[type="text"] {
|
||||
color: @color-text;
|
||||
/*color: #494e6b;*/
|
||||
}
|
||||
|
||||
.window-app.sheet .window-content .sheet-header input[type="password"], .window-app.sheet .window-content .sheet-header input[type="date"], .window-app.sheet .window-content .sheet-header input[type="time"] {
|
||||
.fvtt-malefices.window-app.sheet .window-content .sheet-header input[type="password"],
|
||||
.fvtt-malefices.window-app.sheet .window-content .sheet-header input[type="date"],
|
||||
.fvtt-malefices.window-app.sheet .window-content .sheet-header input[type="time"] {
|
||||
color: @color-text;
|
||||
background: @bg-sheet;
|
||||
border: 1 none;
|
||||
@@ -228,7 +234,9 @@ select {
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
.window-app.sheet .window-content .sheet-body input[type="password"], .window-app.sheet .window-content .sheet-body input[type="date"], .window-app.sheet .window-content .sheet-body input[type="time"] {
|
||||
.fvtt-malefices.window-app.sheet .window-content .sheet-body input[type="password"],
|
||||
.fvtt-malefices.window-app.sheet .window-content .sheet-body input[type="date"],
|
||||
.fvtt-malefices.window-app.sheet .window-content .sheet-body input[type="time"] {
|
||||
color: @color-text;
|
||||
background: @bg-sheet;
|
||||
border: 1 none;
|
||||
@@ -236,7 +244,8 @@ select {
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
.window-app.sheet .window-content .sheet-body select, .window-app.sheet .window-content .sheet-header select {
|
||||
.fvtt-malefices.window-app.sheet .window-content .sheet-body select,
|
||||
.fvtt-malefices.window-app.sheet .window-content .sheet-header select {
|
||||
color: @color-text;
|
||||
background: #fff;
|
||||
border: 1 none;
|
||||
@@ -262,7 +271,7 @@ section.sheet-body{padding: 0.25rem 0.5rem;}
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
nav.sheet-tabs {
|
||||
.fvtt-malefices nav.sheet-tabs {
|
||||
font-size: @tab-font-size;
|
||||
font-weight: bold;
|
||||
height: @tab-height;
|
||||
@@ -289,7 +298,7 @@ nav.sheet-tabs {
|
||||
color: #6d5923 !important;
|
||||
}
|
||||
|
||||
nav.sheet-tabs .item {
|
||||
.fvtt-malefices nav.sheet-tabs .item {
|
||||
position: relative;
|
||||
padding: 0 0.25rem;
|
||||
color: @color-tab-text;
|
||||
@@ -297,7 +306,7 @@ nav.sheet-tabs .item {
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
nav.sheet-tabs .item:after {
|
||||
.fvtt-malefices nav.sheet-tabs .item:after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
||||
Reference in New Issue
Block a user