1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136
|
/* This file is part of adapta-gtk-theme Copyright (C) 2016-2017 Tista <tista.gma500@gmail.com> 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. */
#workspacestodockDock { padding: 0; }
#workspacestodockDockContainer { background-color: rgba(19, 25, 28, 0); }
#workspacestodockDock.top #workspacestodockDockContainer { border-radius: 2px 2px 0 0; box-shadow: inset 0 -1px 0 rgba(207, 216, 220, 0.2); }
#workspacestodockDock.top.fullheight #workspacestodockDockContainer { border-radius: 0; box-shadow: inset 0 -1px 0 rgba(207, 216, 220, 0.2); }
#workspacestodockDock.bottom #workspacestodockDockContainer { border-radius: 0 0 2px 2px; box-shadow: inset 0 1px 0 rgba(207, 216, 220, 0.2); }
#workspacestodockDock.bottom.fullheight #workspacestodockDockContainer { border-radius: 0; box-shadow: inset 0 1px 0 rgba(207, 216, 220, 0.2); }
#workspacestodockDock.left #workspacestodockDockContainer { border-radius: 0 2px 2px 0; box-shadow: inset -1px 0 0 rgba(207, 216, 220, 0.2); }
#workspacestodockDock.left.fullheight #workspacestodockDockContainer { border-radius: 0; box-shadow: inset -1px 0 0 rgba(207, 216, 220, 0.2); }
#workspacestodockDock.right #workspacestodockDockContainer { border-radius: 2px 0 0 2px; box-shadow: inset 1px 0 0 rgba(207, 216, 220, 0.2); }
#workspacestodockDock.right.fullheight #workspacestodockDockContainer { border-radius: 0; box-shadow: inset 1px 0 0 rgba(207, 216, 220, 0.2); }
#workspacestodockDock.straight-corners #workspacestodockDockContainer { border-radius: 0px; }
.workspace-thumbnails { visible-width: 0; }
#workspacestodockDock .workspace-thumbnails { margin: 0; border: 0; border-radius: 0; background-color: rgba(19, 25, 28, 0); box-shadow: none; }
.workspacestodock-shortcuts-panel { padding: 0; spacing: 0; }
.workspacestodock-shortcuts-panel-popupmenu { padding: 2px; spacing: 0; }
#workspacestodockDock .app-well-app .overview-icon { border-radius: 100px; }
#workspacestodockDock .app-well-app:hover .overview-icon { background-color: rgba(207, 216, 220, 0.12); }
#workspacestodockDock .app-well-app:active .overview-icon, #workspacestodockDock .app-well-app:focus .overview-icon, #workspacestodockDock .app-well-app:checked .overview-icon { background-color: #00BCD4; }
#workspacestodockDock .workspacestodock-shortcuts-panel > StButton { background-size: contain; }
.workspacestodock-shortcut-button-icon { padding: 6px; }
.workspacestodock-shortcut-button-symbolic-icon { padding: 8px; }
#workspacestodockDock.top .workspacestodock-shortcut-button { padding: 4px 0 4px 0; }
#workspacestodockDock.bottom .workspacestodock-shortcut-button { padding: 4px 0 4px 0; }
#workspacestodockDock.left .workspacestodock-shortcut-button { padding: 0 4px 0 4px; }
#workspacestodockDock.right .workspacestodock-shortcut-button { padding: 0 4px 0 4px; }
#workspacestodockDock .popup-separator-menu-item { margin: 2px; }
.workspacestodock-shortcut-panel-separator { -margin-horizontal: 2px; }
.workspacestodock-shortcut-panel-filler { height: 1px; padding: 0; -margin-horizontal: 2px; -gradient-height: 1px; -gradient-start: transparent; -gradient-end: transparent; }
#workspacestodockDock.top .workspacestodock-shortcut-button-windowcount-image-1 { background-image: url("assets/one-top.svg"); }
#workspacestodockDock.top .workspacestodock-shortcut-button-windowcount-image-2 { background-image: url("assets/two-top.svg"); }
#workspacestodockDock.top .workspacestodock-shortcut-button-windowcount-image-3 { background-image: url("assets/three-top.svg"); }
#workspacestodockDock.top .workspacestodock-shortcut-button-windowcount-image-4 { background-image: url("assets/four-top.svg"); }
#workspacestodockDock.bottom .workspacestodock-shortcut-button-windowcount-image-1 { background-image: url("assets/one-bottom.svg"); }
#workspacestodockDock.bottom .workspacestodock-shortcut-button-windowcount-image-2 { background-image: url("assets/two-bottom.svg"); }
#workspacestodockDock.bottom .workspacestodock-shortcut-button-windowcount-image-3 { background-image: url("assets/three-bottom.svg"); }
#workspacestodockDock.bottom .workspacestodock-shortcut-button-windowcount-image-4 { background-image: url("assets/four-bottom.svg"); }
#workspacestodockDock.left .workspacestodock-shortcut-button-windowcount-image-1 { background-image: url("assets/one-left.svg"); }
#workspacestodockDock.left .workspacestodock-shortcut-button-windowcount-image-2 { background-image: url("assets/two-left.svg"); }
#workspacestodockDock.left .workspacestodock-shortcut-button-windowcount-image-3 { background-image: url("assets/three-left.svg"); }
#workspacestodockDock.left .workspacestodock-shortcut-button-windowcount-image-4 { background-image: url("assets/four-left.svg"); }
#workspacestodockDock.right .workspacestodock-shortcut-button-windowcount-image-1 { background-image: url("assets/one-right.svg"); }
#workspacestodockDock.right .workspacestodock-shortcut-button-windowcount-image-2 { background-image: url("assets/two-right.svg"); }
#workspacestodockDock.right .workspacestodock-shortcut-button-windowcount-image-3 { background-image: url("assets/three-right.svg"); }
#workspacestodockDock.right .workspacestodock-shortcut-button-windowcount-image-4 { background-image: url("assets/four-right.svg"); }
.workspacestodock-workspace-caption { color: rgba(207, 216, 220, 0.54); }
.workspacestodock-workspace-caption-container { padding: 0; border-radius: 2px; border: 1px solid rgba(0, 0, 0, 0.13); }
.workspacestodock-workspace-caption-background { border-top: 1px solid rgba(0, 0, 0, 0.13); border-radius: 0 0 2px 2px; background-color: #222d32; }
.workspacestodock-workspace-caption-background-current { color: #CFD8DC; }
.workspacestodock-caption-windowapps { padding: 0; }
.workspacestodock-caption-windowapps-menu { -boxpointer-gap: 12px; }
.workspacestodock-caption-windowapps-menu .window-close { height: 20px; width: 20px; background-size: 24px; }
.workspacestodock-caption-windowapps-menu-label { padding: 0 10px 0 10px; }
.workspacestodock-caption-windowapps-button { padding: 0 4px; }
.workspacestodock-caption-windowapps-button-icon { padding: 2px 2px 0 2px; border: none; border-radius: 0; background-color: transparent; box-shadow: none; }
.workspacestodock-caption-windowapps-button:hover > .workspacestodock-caption-windowapps-button-icon { background-color: rgba(0, 0, 0, 0.01); box-shadow: inset 0 -2px rgba(207, 216, 220, 0.2); }
.workspacestodock-caption-windowapps-button-active > .workspacestodock-caption-windowapps-button-icon, .workspacestodock-caption-windowapps-button-active:hover > .workspacestodock-caption-windowapps-button-icon { background-color: rgba(0, 0, 0, 0.01); box-shadow: inset 0 -2px #00BCD4; }
.workspacestodock-caption-number { height: 20px; min-width: 7px; padding: 0 7px; border-radius: 100px; color: rgba(207, 216, 220, 0.54); background-color: #222d32; font-size: 12px; font-weight: 700; text-align: center; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22); }
.workspacestodock-caption-number-current { color: #81c4bf; box-shadow: 0 3px 4px rgba(0, 0, 0, 0.28); }
.workspacestodock-caption-name { height: 20px; min-width: 7px; padding: 0 7px; border-radius: 2px; color: rgba(207, 216, 220, 0.54); background-color: #222d32; font-size: 12px; font-weight: 700; text-align: center; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22); }
.workspacestodock-caption-name-current { color: #81c4bf; box-shadow: 0 3px 4px rgba(0, 0, 0, 0.28); }
.workspacestodock-caption-windowcount { min-width: 7px; padding: 0 7px; border: none; color: rgba(207, 216, 220, 0.54); background-color: transparent; font-size: 12px; font-weight: 700; text-align: center; }
.workspacestodock-caption-windowcount-current { color: #CFD8DC; }
.workspacestodock-caption-windowcount-image { width: 20px; height: 16px; }
.workspacestodock-caption-spacer { width: 1px; border: 1px solid transparent; }
.workspacestodock-caption-windowcount-image-1 { background-image: url("assets/h-one.svg"); }
.workspacestodock-caption-windowcount-image-2 { background-image: url("assets/h-two.svg"); }
.workspacestodock-caption-windowcount-image-3 { background-image: url("assets/h-three.svg"); }
.workspacestodock-caption-windowcount-image-4 { background-image: url("assets/h-four.svg"); }
|