summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/caja.css26
1 files changed, 13 insertions, 13 deletions
diff --git a/data/caja.css b/data/caja.css
index dfbc1c09..bd170186 100644
--- a/data/caja.css
+++ b/data/caja.css
@@ -24,19 +24,19 @@
.caja-navigation-window .view .entry:active,
.caja-navigation-window .view .entry:focus,
.caja-navigation-window .view .entry:backdrop {
- border-image: none;
- border-style: solid;
- border-width: 1px;
- border-color: #000000;
- box-shadow: none;
- border-radius: 3px;
- text-shadow: none;
- background-image: -gtk-gradient(linear,
- left top, left bottom,
- from (shade(rgba(255,255,255,1), 0.86)),
- color-stop (0.15, shade(rgba(255,255,255,1), 0.96)),
- color-stop (0.50, shade(rgba(255,255,255,1), 0.98)),
- to (shade(rgba(255,255,255,1), 1.00)));
+ border-image: none;
+ border-style: solid;
+ border-width: 1px;
+ border-color: #000000;
+ border-radius: 3px;
+ color: #000000;
+ text-shadow: none;
+ background-image: -gtk-gradient(linear,
+ left top, left bottom,
+ from (shade(rgba(255,255,255,1), 0.86)),
+ color-stop (0.15, shade(rgba(255,255,255,1), 0.96)),
+ color-stop (0.50, shade(rgba(255,255,255,1), 0.98)),
+ to (shade(rgba(255,255,255,1), 1.00)));
}
.caja-desktop.view .entry:selected,