aboutsummaryrefslogtreecommitdiffstats
path: root/webclient/style/tabs.css
diff options
context:
space:
mode:
Diffstat (limited to 'webclient/style/tabs.css')
-rw-r--r--webclient/style/tabs.css72
1 files changed, 0 insertions, 72 deletions
diff --git a/webclient/style/tabs.css b/webclient/style/tabs.css
deleted file mode 100644
index 262f5c4..0000000
--- a/webclient/style/tabs.css
+++ /dev/null
@@ -1,72 +0,0 @@
-ul.tabbar{
- background-color: transparent;
- padding: 0px;
- margin: 0px;
- list-style-type: none;
- height:20px;
-}
-
-ul.tabbar > li{
- background-image: -moz-linear-gradient(top center, white, #D8D8D8);
- border-radius: 5px 5px 0px 0px;
- padding: 5px;
- margin: 0px;
- margin-right: 1px;
- height: 20px;
- float: left;
- display: block;
- margin-top: 0px;
- width: 200px;
- overflow: hidden;
- color: #2D2D2D;
-}
-
-ul.tabbar > li.selected{
- background-image:none;
- background-color: #3765BB;
- box-shadow: 2px -2px 2px #434343;
- color: white;
-}
-
-ul.tabbar > li:hover{
- color: #3765BB;
- cursor: pointer;
-}
-
-ul.tabbar > li.selected:hover{
- color: #2D2D2D;
-}
-
-ul.tabbar > li > span.tab-close{
- display: block;
- width: 15px;
- height: 15px;
- float: right;
- margin-left: 5px;
- margin-top: 2px;
- background-image: url("images/cross.png");
-}
-
-ul.tabbar > li:hover > span.tab-close{
- background-image: url("images/cross2.png");
-}
-
-ul.tabbar > li > a{
- color: inherit;
-}
-
-ul.tabbar > li > a:hover{
- text-decoration: none;
-}
-
-ul.tabbar > li > a:focus{
- border: none;
-}
-
-.tab{
- padding: 10px;
- height: 100%;
- display: none;
- background-color: white;
- box-shadow: 5px 5px 5px 0px #434343;
-}