mirror of
https://github.com/Steffo99/festa.git
synced 2024-12-22 14:44:21 +00:00
Fix non-autorenamed css import
This commit is contained in:
parent
a67ab81541
commit
724a29e5ee
1 changed files with 4 additions and 3 deletions
|
@ -15,7 +15,7 @@
|
|||
@import "components/toolbar.css";
|
||||
@import "components/form-monorow.css";
|
||||
@import "components/error.css";
|
||||
@import "components/form-daterange.css";
|
||||
@import "components/form-fromto.css";
|
||||
@import "components/work-in-progress.css";
|
||||
|
||||
|
||||
|
@ -29,7 +29,8 @@
|
|||
text-shadow: none;
|
||||
}
|
||||
|
||||
*[disabled], .disabled {
|
||||
*[disabled],
|
||||
.disabled {
|
||||
opacity: 0.2;
|
||||
cursor: not-allowed;
|
||||
}
|
Loading…
Reference in a new issue