X-Git-Url: https://git.argeo.org/?p=gpl%2Fargeo-suite.git;a=blobdiff_plain;f=org.argeo.suite.workbench.rap%2Fcss%2FheaderExt.css;fp=org.argeo.suite.workbench.rap%2Fcss%2FheaderExt.css;h=0ddeccbb6320254c409fc390771468475c58e48f;hp=0000000000000000000000000000000000000000;hb=864eada5d388931bc83cd7f68ce0d29dee5d65a1;hpb=b68da0915d3c5863b10d64f19910051163fb591f diff --git a/org.argeo.suite.workbench.rap/css/headerExt.css b/org.argeo.suite.workbench.rap/css/headerExt.css new file mode 100644 index 0000000..0ddeccb --- /dev/null +++ b/org.argeo.suite.workbench.rap/css/headerExt.css @@ -0,0 +1,15 @@ +/****************************************** +** Argeo Suite additional header ** +******************************************/ + +/* Force the addition of global styles to the application header */ + +/*** Override default links **/ +a:link { + color: #333333; + text-decoration:none; +} + +a:hover { + text-decoration:underline; +}