aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/plugins/head/src/app/ui/table/table.css
diff options
context:
space:
mode:
Diffstat (limited to 'sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/plugins/head/src/app/ui/table/table.css')
-rw-r--r--sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/plugins/head/src/app/ui/table/table.css92
1 files changed, 0 insertions, 92 deletions
diff --git a/sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/plugins/head/src/app/ui/table/table.css b/sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/plugins/head/src/app/ui/table/table.css
deleted file mode 100644
index ea8e0cfd4..000000000
--- a/sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/plugins/head/src/app/ui/table/table.css
+++ /dev/null
@@ -1,92 +0,0 @@
-.uiTable TABLE {
- border-collapse: collapse;
-}
-
-.uiTable-body {
- overflow-y: scroll;
- overflow-x: auto;
-}
-
-.uiTable-headers {
- overflow-x: hidden;
-}
-
-.uiTable-body TD {
- white-space: nowrap;
-}
-
-.uiTable-body .uiTable-header-row TH,
-.uiTable-body .uiTable-header-row TH DIV {
- padding-top: 0;
- padding-bottom: 0;
-}
-
-.uiTable-body .uiTable-header-cell > DIV {
- height: 0;
- overflow: hidden;
-}
-
-.uiTable-headercell-menu {
- float: right;
-}
-
-.uiTable-tools {
- padding: 3px 4px;
- height: 14px;
-}
-
-.uiTable-header-row {
- background: #ddd;
- background: -moz-linear-gradient(top, #eee, #ccc);
- background: -webkit-linear-gradient(top, #eee, #ccc);
-}
-
-.uiTable-headercell-text {
- margin-right: 20px;
-}
-
-.uiTable-headercell-menu {
- display: none;
-}
-
-.uiTable-header-row TH {
- border-right: 1px solid #bbb;
- padding: 0;
- text-align: left;
-}
-
-.uiTable-header-row TH > DIV {
- padding: 3px 4px;
- border-right: 1px solid #eee;
-}
-
-.uiTable-headerEndCap > DIV {
- width: 19px;
-}
-
-.uiTable-header-row .uiTable-sort {
- background: #ccc;
- background: -moz-linear-gradient(top, #bebebe, #ccc);
- background: -webkit-linear-gradient(top, #bebebe, #ccc);
-}
-.uiTable-header-row TH.uiTable-sort > DIV {
- border-right: 1px solid #ccc;
-}
-
-.uiTable-sort .uiTable-headercell-menu {
- display: block;
-}
-
-.uiTable TABLE TD {
- border-right: 1px solid transparent;
- padding: 3px 4px;
-}
-
-.uiTable-body TABLE TR:nth-child(even) {
- background: #f3f3f3;
-}
-
-.uiTable-body TABLE TR.selected {
- color: white;
- background: #6060f1;
-}