workspace-thumbnails: Update style

For consistency, adjust background and border colors to match the
ones used by the dash.
This commit is contained in:
Florian Müllner 2011-02-14 23:58:38 +01:00
parent 1b4cff7cdc
commit a1c0b85819

View File

@ -265,10 +265,10 @@ StTooltip StLabel {
}
.workspace-thumbnails-background {
border: 1px solid #424242;
border: 1px solid rgba(128, 128, 128, 0.4);
border-right: 0px;
border-radius: 9px 0px 0px 9px;
background: #071524;
background-color: rgba(0, 0, 0, 0.5);
padding: 8px;
}