/* Adapted from: https://pastebin.com/xycT4nrk */ * { outline: none; transition: all .1s ease-in-out; } /* Buttons */ .close-button, .notification-action, .widget-buttons-grid>flowbox>flowboxchild>button, .widget-inhibitors button, .widget-menubar button, .widget-title>button { color: @theme_text_color; background-color: @theme_base_color; border: 1px solid @borders; border-radius: 5px; box-shadow: none; text-shadow: none; } .close-button:hover, .notification-action:hover, .widget-buttons-grid>flowbox>flowboxchild>button:hover, .widget-inhibitors button:hover, .widget-menubar button:hover, .widget-title>button:hover { background-color: @theme_bg_color; box-shadow: none; text-shadow: none; } .control-center .notification-row:focus, .control-center .notification-row:hover { opacity: 1; background: @theme_base_color; } .notification-row { outline: none; margin: 5px; padding: 0; } .notification { background: @theme_base_color; margin: 0px; border-radius: 5px; border: 2px solid @borders; box-shadow: none; } .floating-notifications .notification { border-color: @borders; } .close-button { border: none; /*background: @dimDominant;*/ /*color: @cc-bg;*/ padding: 0; margin: 5px 3px; } .close-button:hover { box-shadow: none; text-shadow: none; } .notification-content { background: @theme_base_color; border-radius: 5px 5px 0 0; padding: 7px; margin: 0; } .notification-default-action:last-child .notification-content { border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; } .notification-content .summary { padding: 3px 1em; font-size: 13px; color: @theme_text_color; } .notification-content .body { padding: 1em; font-size: 12px; font-weight: normal; color: @theme_text_color; } .notification-content .time { font-size: 11px; color: @theme_text_color; margin: 3px 3em; } .notification-action { background-color: @theme_base_color; border-radius: 0; border: none; border-top: 2px solid @borders; border-left: 1px solid @borders; border-right: 1px solid @borders; } .notification-action:first-child { border-left: none; border-bottom-left-radius: 5px; } .notification-action:last-child { border-right: none; border-bottom-right-radius: 5px; } .notification-default-action:hover, .notification-action:hover { background: @theme_bg_color; text-shadow: none; } .control-center { background: @theme_bg_color; border: 2px solid @borders; border-radius: 0px; } .control-center-list { background: transparent } .control-center-list-placeholder { opacity: .5 } .floating-notifications { background: transparent } .blank-window { background: alpha(black, 0.1) } .widget-backlight, .widget-buttons-grid, .widget-dnd, .widget-inhibitors, .widget-label, .widget-menubar, .widget-mpris, .widget-notifications, .widget-title, .widget-volume { color: @theme_text_color; background: @theme_bg_color; border: 2px solid @borders; border-radius: 5px; padding: 5px 10px; margin: 10px; } .widget-title { font-size: 1.5rem; } .widget-dnd { font-size: large; color: @theme_text_color; } .widget-dnd>switch { /*border-radius: 4px;*/ /*background: @darker-bg;*/ } .widget-dnd>switch:checked { /*background: @dominant;*/ } .widget-dnd>switch slider { /*margin: 3px;*/ /*background: @border-color;*/ /*border: 1px solid black;*/ /*border-radius: 5px*/ } .widget-dnd>switch:checked slider { /*border-radius: 5px;*/ } .widget-label>label { font-size: 1rem; color: @theme_text_color; } .widget-mpris > box > button { border-radius: 5px; } .widget-mpris-player { padding: 10px 20px; margin: 22px; box-shadow: none; } .widget-mpris-title { font-weight: 700; font-size: 1.25rem } .widget-mpris-subtitle { font-size: 1.1rem } .widget-buttons-grid button label { font-size: 1.5em; } .widget-buttons-grid>flowbox>flowboxchild>button { margin: 3px; } .widget-menubar>box>.menu-button-bar>button { border: none; background: transparent; box-shadow: none; text-shadow: none; } .topbar-buttons>button { border: none; background: transparent } scale trough highlight { /*background-color: @dominant;*/ }