diff --git a/src/main/resources/static/css/theme/componentes.css b/src/main/resources/static/css/theme/componentes.css index 7e3f744e..eebccb62 100644 --- a/src/main/resources/static/css/theme/componentes.css +++ b/src/main/resources/static/css/theme/componentes.css @@ -792,6 +792,23 @@ textarea.form-control { box-shadow: 0 0 0 0.25rem var(--md-sys-color-outline-variant); } +.form-control-color { + padding: 0; + height: 2.4rem; + width: 2.4rem; +} + +.form-control input[type="color"] { + opacity: 0; + height: 2.4rem; + width: 2.4rem; + box-sizing: border-box; + } + + .form-control input[type="color"]:hover{ + cursor: pointer; + } + /* Navbar Components */ .navbar-brand { color: var(--md-sys-color-on-surface) !important; @@ -916,4 +933,4 @@ textarea.form-control { color: var(--md-sys-color-on-error-container); background-color: var(--md-sys-color-error-container); border-color: transparent; -} \ No newline at end of file +} diff --git a/src/main/resources/templates/misc/stamp.html b/src/main/resources/templates/misc/stamp.html index fef75b64..90ce8601 100644 --- a/src/main/resources/templates/misc/stamp.html +++ b/src/main/resources/templates/misc/stamp.html @@ -119,7 +119,22 @@