This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@media only screen and (min-width: 768px) { | |
.app-mail #app-navigation { | |
min-width: 250px !important; | |
} | |
#mail-new-message-fixed, #app-navigation-accounts, .app-mail #app #app-navigation #app-settings #app-settings-header, .app-mail #app #app-navigation #app-settings #app-settings-content { | |
width: 300px !important; | |
} | |
.app-mail #app-content { | |
height: calc(100vh - 50px); | |
display: flex; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Ps. only "Alert sensor" not working | |
# Sofar 3.3-12KTLM-G3 | |
# Note: no modbus energy meter connected | |
requests: | |
- start: 0x0400 | |
end: 0x042E | |
mb_functioncode: 0x03 | |
- start: 0x0480 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Tested on Thunderbird 115.12.2 (64-bit) */ | |
/* Enable the preference toolkit.legacyUserProfileCustomizations.stylesheets in Settings -> Config Editor */ | |
/* Create chrome folder in %APPDATA%\Roaming\Thunderbird\Profiles\[xxxxxxxx].default-release\ */ | |
/* Create userChrome.css with below contents */ | |
/* Change background color of unread messages to a light green */ | |
#threadTree tbody [data-properties~="unread"] { | |
background-color: #26655a !important; | |
} |