Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/html/lib/fu/source/tab.css
diff options
context:
space:
mode:
authorLionel LASKE <llaske@c2s.fr>2012-08-25 20:23:36 (GMT)
committer Lionel LASKE <llaske@c2s.fr>2012-08-25 20:23:36 (GMT)
commitca3ad6305ec0655ad8475a12ac2228b61cdd9ba0 (patch)
tree7ef2b853640f99807fba7fd3f2a28bda81727297 /html/lib/fu/source/tab.css
Init commit
Diffstat (limited to 'html/lib/fu/source/tab.css')
-rw-r--r--html/lib/fu/source/tab.css47
1 files changed, 47 insertions, 0 deletions
diff --git a/html/lib/fu/source/tab.css b/html/lib/fu/source/tab.css
new file mode 100644
index 0000000..425e9f1
--- /dev/null
+++ b/html/lib/fu/source/tab.css
@@ -0,0 +1,47 @@
+.theme-fu .tabbar {
+ /*
+ background-color: #C3C3C3;
+ */
+ white-space: nowrap;
+ position: relative;
+}
+
+.theme-fu .tab.focus, .theme-fu .tab:focus {
+ outline: none;
+}
+
+.theme-fu .tab {
+ cursor: pointer;
+ display: inline-block;
+ white-space: nowrap;
+ /**/
+ color: #606060;
+ background-color: #C3C3C3;
+ /**/
+ margin: 0;
+ padding: 0.5em 0.7em;
+ border: 1px solid rgba(50, 50, 50, 0.2);
+ border-top: none;
+ border-left: none;
+ border-radius: 0 0 5px 5px;
+ /**/
+ box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.3);
+}
+
+.theme-fu .tab.hover, .tab:enabled:hover {
+ background-color: #C0C0C0;
+}
+
+.theme-fu .tab.active, .theme-fu .active-tab-bg {
+ background-color: #D7D7D7;
+}
+
+.theme-fu .tab.active {
+ /*
+ background-color: #D7D7D7;
+ Xfont-weight: bold;
+ */
+ box-shadow: none;
+ box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
+ color: Black;
+} \ No newline at end of file