Updating vertical-workspaces to version 28 [891a8df].
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
9040b41006
commit
4b671643c1
49 changed files with 10937 additions and 3948 deletions
|
@ -1,12 +1,17 @@
|
|||
/*
|
||||
* V-Shell (Vertical Workspaces)
|
||||
* stylesheet.css
|
||||
*/
|
||||
|
||||
/* General dash */
|
||||
#dash.vertical-overview {
|
||||
#dash.vertical {
|
||||
margin-right: 0px;
|
||||
margin-left: 0px;
|
||||
padding: 0px 0;
|
||||
}
|
||||
|
||||
#dash.vertical-overview .app-well-app,
|
||||
#dash.vertical-overview .show-apps {
|
||||
#dash.vertical .app-well-app,
|
||||
#dash.vertical .show-apps {
|
||||
padding-right: 8px;
|
||||
padding-left: 8px;
|
||||
/*spacing between icons*/
|
||||
|
@ -15,7 +20,7 @@
|
|||
margin: 0px;
|
||||
}
|
||||
|
||||
#dash.vertical-overview .dash-separator {
|
||||
#dash.vertical .dash-separator {
|
||||
height: 1px;
|
||||
margin-right: 2px;
|
||||
margin-left: 2px;
|
||||
|
@ -24,36 +29,35 @@
|
|||
background-color: transparentize(#eeeeec, 0.7);
|
||||
}
|
||||
|
||||
#dash.vertical-overview .overview-icon {
|
||||
#dash.vertical .overview-icon {
|
||||
padding: 5px 0;
|
||||
}
|
||||
|
||||
#dash.vertical-overview .app-well-app-running-dot {
|
||||
#dash.vertical .app-well-app-running-dot {
|
||||
margin: 4px 0px;
|
||||
width: 2px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
#dash.vertical-overview .dash-background {
|
||||
#dash.vertical .dash-background {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#dash.vertical-overview-left .dash-background {
|
||||
#dash.vertical-left .dash-background {
|
||||
border-radius: 0 18px 18px 0;
|
||||
border-left: 0px;
|
||||
padding: 8px 12px 8px 4px;
|
||||
}
|
||||
|
||||
#dash.vertical-overview-right .dash-background {
|
||||
#dash.vertical-right .dash-background {
|
||||
border-radius: 18px 0 0 18px;
|
||||
border-right: 0px;
|
||||
padding: 8px 4px 8px 12px;
|
||||
}
|
||||
|
||||
/* default horizontal dash */
|
||||
.dash-background {
|
||||
.v-shell-dash-background {
|
||||
padding: 6px;
|
||||
border-radius: 17px;
|
||||
}
|
||||
|
||||
.app-well-app {
|
||||
|
@ -72,12 +76,6 @@
|
|||
text-shadow: 1px 1px 3px rgba(33, 33, 33, 1);
|
||||
}
|
||||
|
||||
.search-entry {
|
||||
padding: 3px;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
/*adjustment for the vertical ws switcher indicator popup*/
|
||||
.ws-switcher-indicator {
|
||||
padding: 3px;
|
||||
|
@ -97,7 +95,7 @@
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
.ws-tmb, .ws-tmb-labeled {
|
||||
.workspace-thumbnail-indicator {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -131,11 +129,38 @@
|
|||
|
||||
}
|
||||
|
||||
.search-entry, .search-entry-om2 {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.search-entry-om2 {
|
||||
border: 5px;
|
||||
}
|
||||
|
||||
.search-section-content {
|
||||
background-color: rgba(20, 20, 20, 0.8);
|
||||
color: white;
|
||||
}
|
||||
|
||||
/* for static ws mode */
|
||||
.search-section-content-om2 {
|
||||
background-color: rgba(20, 20, 20, 0.95);
|
||||
color: white;
|
||||
border-radius: 20px;
|
||||
border: 1px, rgb(40, 40, 40);
|
||||
padding-top: 12px;
|
||||
}
|
||||
|
||||
/* "no results" / "searching..." text*/
|
||||
.search-statustext {
|
||||
background-color: rgba(23,23,23, 0.95);
|
||||
color: white;
|
||||
margin-top: 50px;
|
||||
padding: 30px;
|
||||
border-radius: 20px;
|
||||
text-shadow: 0px 0px 5px rgb(23, 23, 23);
|
||||
}
|
||||
|
||||
.transparent-panel {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
@ -145,9 +170,9 @@
|
|||
spacing: 2px;
|
||||
}
|
||||
|
||||
/*.panel {
|
||||
.panel {
|
||||
text-shadow: 1px 1px 3px rgba(33, 33, 33, 1);
|
||||
}*/
|
||||
}
|
||||
|
||||
/* hide vertical scroll bar, it's distracting in the search results */
|
||||
StButton#vhandle {
|
||||
|
@ -165,3 +190,35 @@ StButton#vhandle {
|
|||
margin: 0;
|
||||
spacing: 0;
|
||||
}
|
||||
|
||||
.workspace-close-button {
|
||||
color: white;
|
||||
background-color: dimgrey;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
padding: 2px;
|
||||
margin: 2px;
|
||||
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
|
||||
border: 0px;
|
||||
border-radius: 35px;
|
||||
}
|
||||
|
||||
.workspace-close-button-hover {
|
||||
background-color: rgb(255, 0, 0);
|
||||
}
|
||||
|
||||
/* ws tmb placeholder */
|
||||
.placeholder-vertical {
|
||||
background-size: contain;
|
||||
height: 18px;
|
||||
}
|
||||
|
||||
/* reduce size of hot corner ripples to half */
|
||||
.ripple-box {
|
||||
width: 26px;
|
||||
height: 26px;
|
||||
}
|
||||
|
||||
.osd-window {
|
||||
margin: 4em;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue