share display fix
This commit is contained in:
@ -8,6 +8,14 @@
|
||||
* @link https://TheTempusProject.com
|
||||
* @license https://opensource.org/licenses/MIT [MIT LICENSE]
|
||||
*/
|
||||
.context-popover {
|
||||
background-color: #383838;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.context-popover .popover-header {
|
||||
background-color: #2c2c2c;
|
||||
}
|
||||
|
||||
.context-main-border {
|
||||
border-color: #f5f5f5!important;
|
||||
|
@ -8,6 +8,40 @@
|
||||
* @link https://TheTempusProject.com
|
||||
* @license https://opensource.org/licenses/MIT [MIT LICENSE]
|
||||
*/
|
||||
.facebook {
|
||||
border-color: #1877F2 !important; /* Facebook Blue */
|
||||
color: #1877F2 !important;
|
||||
}
|
||||
|
||||
.x-black {
|
||||
border-color: #000000 !important; /* X (formerly Twitter) Black */
|
||||
color: #000000 !important;
|
||||
}
|
||||
|
||||
.reddit {
|
||||
border-color: #FF4500 !important; /* Reddit Orange */
|
||||
color: #FF4500 !important;
|
||||
}
|
||||
|
||||
.opera {
|
||||
border-color: #FF1B2D !important; /* Opera Red */
|
||||
color: #FF1B2D !important;
|
||||
}
|
||||
|
||||
.firefox {
|
||||
border-color: #FF7139 !important; /* Firefox Orange */
|
||||
color: #FF7139 !important;
|
||||
}
|
||||
|
||||
.edge {
|
||||
border-color: #0078D7 !important; /* Microsoft Edge Blue */
|
||||
color: #0078D7 !important;
|
||||
}
|
||||
|
||||
.safari {
|
||||
border-color: #0B78E3 !important; /* Safari Blue */
|
||||
color: #0B78E3 !important;
|
||||
}
|
||||
|
||||
.context-main-border {
|
||||
border-color: #1e1e1e!important;
|
||||
|
Reference in New Issue
Block a user