mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-05-19 01:16:41 +02:00
* Change to html5 with Nu Html Checker * Update scale-pages.html * Update sign.html * Update common.html * Update common.html * Update login.html
24 lines
733 B
CSS
24 lines
733 B
CSS
/* Dark Mode Styles */
|
|
body {
|
|
--body-background-color: 255, 255, 255;
|
|
--base-font-color: 33, 37, 41;
|
|
}
|
|
|
|
.global-buttons-container input {
|
|
background-color: #ffffff;
|
|
/*caret-color: #ffffff;*/
|
|
/*color: #ffffff;*/
|
|
}
|
|
/*.global-buttons-container input:disabled::-webkit-input-placeholder { !* WebKit browsers *!*/
|
|
/* color: #98A0AB;*/
|
|
/*}*/
|
|
/*.global-buttons-container input:disabled:-moz-placeholder { !* Mozilla Firefox 4 to 18 *!*/
|
|
/* color: #98A0AB;*/
|
|
/*}*/
|
|
/*.global-buttons-container input:disabled::-moz-placeholder { !* Mozilla Firefox 19+ *!*/
|
|
/* color: #98A0AB;*/
|
|
/*}*/
|
|
/*.global-buttons-container input:disabled:-ms-input-placeholder { !* Internet Explorer 10+ *!*/
|
|
/* color: #98A0AB;*/
|
|
/*}*/
|