Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Estilo.css
diff options
context:
space:
mode:
Diffstat (limited to 'Estilo.css')
-rw-r--r--Estilo.css14
1 files changed, 13 insertions, 1 deletions
diff --git a/Estilo.css b/Estilo.css
index e93251c..734a9d0 100644
--- a/Estilo.css
+++ b/Estilo.css
@@ -49,5 +49,17 @@ ToolbarProyecto {
}
ToolbarTerminal {
- background-color: #edf5ff;
+ background-color: #ffffff;
+ background-image: -gtk-gradient(linear,
+ left top, left bottom,
+ from(shade(#edf5ff, 1.00)),
+ to(shade(#edf5ff, 0.50)));
+}
+
+ToolbarBusquedas {
+ background-color: #ffffff;
+ background-image: -gtk-gradient(linear,
+ left top, left bottom,
+ from(shade(#edf5ff, 1.00)),
+ to(shade(#edf5ff, 0.50)));
}