mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-14 12:24:33 +02:00
Suppress PHPstorm errors in app.css
This commit is contained in:
parent
6d1d2cd731
commit
9d069149d7
1 changed files with 3 additions and 1 deletions
|
@ -65,6 +65,7 @@ body {
|
|||
|
||||
/** Hide scrollbar in old Firefox and Edge **/
|
||||
-ms-overflow-style: none;
|
||||
/*noinspection CssInvalidPropertyValue*/
|
||||
overflow: -moz-scrollbars-none;
|
||||
/*noinspection CssUnknownProperty*/
|
||||
scrollbar-width: none;
|
||||
|
@ -94,6 +95,7 @@ body {
|
|||
|
||||
/** Hide scrollbar in Firefox and Edge **/
|
||||
-ms-overflow-style: none;
|
||||
/*noinspection CssInvalidPropertyValue*/
|
||||
overflow: -moz-scrollbars-none;
|
||||
/* Use standard version for hiding the scrollbar */
|
||||
scrollbar-width: none;
|
||||
|
@ -377,7 +379,7 @@ btn-xs
|
|||
margin-right: auto;
|
||||
}
|
||||
|
||||
.darkmode--activated .hoverpic:hover, {
|
||||
.darkmode--activated .hoverpic:hover {
|
||||
background: black;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue