Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* ==UserStyle==
- @name SPS ServiceNow
- @namespace USO Archive
- @author tyler71
- @updateURL https://pastebin.com/raw/X4H0Q0jx
- @description `Styling improvements`
- @version 20230831-05
- @license CC0-1.0
- @preprocessor uso
- ==/UserStyle== */
- @-moz-document regexp("^https://seattleschools.service-now.com.*") {
- :root {
- --primary: rgb(79, 82, 189);
- --highlight: #5fe6fb54;
- --form-highlight: rgba(62, 187, 192, .11)
- }
- ::selection {
- background: var(--highlight);
- }
- /* Email message card */
- /* Left bar card color */
- .sn-card-component_accent-bar_dark {
- background-color: var(--primary);
- }
- .h-card:hover .sn-card-component_accent-bar_dark {
- background-color: var(--primary);
- filter: brightness(110%);
- }
- .h-card:hover span.sn-card-component-createdby,
- .h-card:hover div.date-timeago {
- font-size: 14px;
- font-weight: bold;
- color: black;
- }
- /* Content */
- .h-card .sn-widget-textblock-body {
- font-family: Lato, Arial, sans-serif, sans;
- font-size: 15px;
- }
- /* Form highlight color */
- /* .form-control.hover, .form-control:hover {
- background-color: var(--form-highlight);
- border-color: #8d8d8d14;
- }
- */
- }
Advertisement