Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/CeibalEncuesta/CssStyle.css
diff options
context:
space:
mode:
Diffstat (limited to 'CeibalEncuesta/CssStyle.css')
-rw-r--r--CeibalEncuesta/CssStyle.css26
1 files changed, 26 insertions, 0 deletions
diff --git a/CeibalEncuesta/CssStyle.css b/CeibalEncuesta/CssStyle.css
new file mode 100644
index 0000000..c4c02f1
--- /dev/null
+++ b/CeibalEncuesta/CssStyle.css
@@ -0,0 +1,26 @@
+/* Contenedores */
+GtkWindow {
+ background-color: #d8eeb1;
+ color: #000000;
+}
+
+/* Toolbars */
+GtkToolbar {
+ background-color: #d8eeb1;
+ color: #000000;
+}
+
+GtkMenu {
+ background-color: #ffffff;
+ color: #000000;
+}
+
+.tooltip {
+ color: #ffffff;
+ background-color: #000000;
+ background-image: none;
+ border-color: #000000;
+ border-radius: 5px;
+ border-style: solid;
+ border-width: 1px;
+} \ No newline at end of file