aboutsummaryrefslogtreecommitdiff
path: root/.local/share/themes/ClassicLooks/gtk-3.0/options/desktop-icon-background-off.css
blob: 4dcc93530a501ebb8072e28f9e6b9faf140ea423 (plain)
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
/**************************************************************************************
This file is distributed under the GNU General Public License version 2 (a.k.a. GPL-v2)
(c) 2019-2021 Virgil Mager - vvmager@gmail.com
(c) 2019-2021 Information Technology Group - http://itgroup.ro
**************************************************************************************/

XfdesktopIconView.view {
  -XfdesktopIconView-ellipsize-icon-labels: 1;
  -XfdesktopIconView-cell-padding: 1;
  -XfdesktopIconView-cell-spacing: 0;
  color: mix(@selected_bg_color, rgba(255, 255, 255, 0), 0.6);
/*color: rgba(255, 255, 255, 0);*/ }

XfdesktopIconView.view .rubberband {
  border: 1px solid mix(@selected_bg_color, rgba(255, 255, 255, 0), 0.2);
  border-radius: 0;
  background-color: mix(@selected_bg_color, rgba(255, 255, 255, 0), 0.5); }

XfdesktopIconView.view .label {
  color: #f8f8f8;
  background-color: transparent;
  text-shadow: 1px 1px #000000;
  border-radius: 3px; }

XfdesktopIconView.view .label:active {
  text-shadow: none;
  color: @selected_focused_fg_color;
  background-color: mix(@selected_bg_color, rgba(255, 255, 255, 0), 0.2); }