/* This file is part of plata-theme Copyright (C) 2018-2020 Tista This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. */ @import url("stylesheet.css"); .bottom-panel { min-height: 30px; height: 2.2em; } .window-list { spacing: 2px; font-size: 100%; } .window-button { padding: 1px; } .window-button:first-child:ltr { padding-left: 2px; } .window-button:last-child:rtl { padding-right: 2px; } .window-button-box { spacing: 4px; } .window-button > StWidget { -st-natural-width: 18.75em; max-width: 18.75em; padding: 3px 6px 1px; border-radius: 0; background-color: rgba(224, 224, 224, 0.01); background-gradient-drection: vertical; background-gradient-start: rgba(224, 224, 224, 0.01); background-gradient-end: rgba(224, 224, 224, 0.01); color: rgba(17, 17, 17, 0.87); box-shadow: none; text-shadow: none; } .window-button:hover > StWidget { background-gradient-drection: vertical; background-gradient-start: rgba(17, 17, 17, 0.12); background-gradient-end: rgba(17, 17, 17, 0.12); color: #111111; box-shadow: inset 0 -2px rgba(17, 17, 17, 0.2); } .window-button:active > StWidget, .window-button:focus > StWidget { background-gradient-drection: vertical; background-gradient-start: rgba(17, 17, 17, 0.12); background-gradient-end: rgba(17, 17, 17, 0.12); color: #111111; box-shadow: inset 0 -2px #3f51b5; } .window-button.focused > StWidget, .window-button.focused:active > StWidget { color: #111111; box-shadow: inset 0 -2px #3f51b5; } .window-button.minimized > StWidget { color: rgba(17, 17, 17, 0.54); box-shadow: none; } .window-button.minimized:hover > StWidget { background-gradient-drection: vertical; background-gradient-start: rgba(17, 17, 17, 0.12); background-gradient-end: rgba(17, 17, 17, 0.12); box-shadow: inset 0 -2px rgba(17, 17, 17, 0.2); color: #111111; } .window-button.minimized:active > StWidget { background-gradient-drection: vertical; background-gradient-start: rgba(17, 17, 17, 0.12); background-gradient-end: rgba(17, 17, 17, 0.12); box-shadow: inset 0 -2px #3f51b5; color: #111111; } .window-button-icon { width: 24px; height: 24px; } .window-list-workspace-indicator { padding: 3px; } .window-list-workspace-indicator > StWidget { border: 1px solid rgba(17, 17, 17, 0.2); background-color: rgba(224, 224, 224, 0.01); background-gradient-drection: vertical; background-gradient-start: rgba(224, 224, 224, 0.01); background-gradient-end: rgba(224, 224, 224, 0.01); color: rgba(17, 17, 17, 0.87); font-weight: 700; } .window-list-workspace-indicator:hover > StWidget { background-gradient-drection: vertical; background-gradient-start: rgba(17, 17, 17, 0.12); background-gradient-end: rgba(17, 17, 17, 0.12); color: #111111; } .window-list-workspace-indicator:active > StWidget, .window-list-workspace-indicator:checked > StWidget, .window-list-workspace-indicator:focus > StWidget { border: 1px solid #3f51b5; background-gradient-drection: vertical; background-gradient-start: rgba(63, 81, 181, 0.2); background-gradient-end: rgba(63, 81, 181, 0.2); color: #111111; } .notification { font-weight: 500; } #panel.bottom-panel, #panel.bottom-panel.solid { min-height: 30px; height: 2.2em; border-top-width: 1px; border-bottom-width: 0; border-color: #e0e0e0; background-color: #e0e0e0; background-gradient-drection: vertical; background-gradient-start: #e0e0e0; background-gradient-end: #e0e0e0; color: #111111; } #panel.bottom-panel StLabel, #panel.bottom-panel.solid StLabel { text-shadow: none; } #panel.bottom-panel StIcon, #panel.bottom-panel.solid StIcon { icon-shadow: none; } #panel, #panel.solid { min-height: 25px; height: 1.8em; border-top-width: 0; border-bottom-width: 1px; border-color: #e0e0e0; background-color: #e0e0e0; background-gradient-drection: vertical; background-gradient-start: #e0e0e0; background-gradient-end: #e0e0e0; } #panel StLabel, #panel.solid StLabel { text-shadow: none; } #panel StIcon, #panel.solid StIcon { icon-shadow: none; } #panel .panel-button, #panel.solid .panel-button { color: #111111; } #panel .panel-button:hover, #panel .panel-button:active, #panel .panel-button:focus, #panel .panel-button:checked, #panel.solid .panel-button:hover, #panel.solid .panel-button:active, #panel.solid .panel-button:focus, #panel.solid .panel-button:checked { color: black; } #panel .panel-button:active, #panel .panel-button:focus, #panel.solid .panel-button:active, #panel.solid .panel-button:focus { background-color: rgba(224, 224, 224, 0.01); background-gradient-drection: vertical; background-gradient-start: rgba(224, 224, 224, 0.01); background-gradient-end: rgba(224, 224, 224, 0.01); }