diff options
author | Alib <aliboba@free.fr> | 2010-03-27 15:02:42 +0100 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-03-27 15:02:42 +0100 |
commit | 329416407e61afda86e14f28e518894472ffc5b6 (patch) | |
tree | 9ec589559aa7c37036f770b5cef7a23f6f8ccd85 /css | |
parent | 1237d5c0aacc7082d8fb7eca1c52f4c0edb0ddd0 (diff) | |
download | istreamdev-329416407e61afda86e14f28e518894472ffc5b6.tar.gz istreamdev-329416407e61afda86e14f28e518894472ffc5b6.tar.bz2 |
css fix
Diffstat (limited to 'css')
-rw-r--r-- | css/theme.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/css/theme.css b/css/theme.css index a0c2c74..1071118 100644 --- a/css/theme.css +++ b/css/theme.css @@ -444,6 +444,23 @@ div#jqt.landscape .toolbar > h1 { padding: 2px 10px; text-shadow: #000 0 1px 0; } +#jqt ul.edgetoedge li.sep a{ + background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0,0,0,0)), to(rgba(0,0,0,.5))); + color: #ff8300; + font-size: 16px; + margin: 0px 0 0 0; + padding: 2px 10px; + text-shadow: #000 0 1px 0; +} +#jqt ul.edgetoedge li.sep a.active{ + background-color: #ff8300; + color: #fff; + font-size: 16px; + margin: 0px 0 0 0; + padding: 2px 10px; + text-shadow: #000 0 1px 0; +} + #jqt ul.edgetoedge li em { font-weight: normal; font-style: normal; |