|
|
@@ -22,7 +22,7 @@ html {
|
|
|
position: relative;
|
|
|
}
|
|
|
.panel-title {
|
|
|
- background: url("images/blank.gif") no-repeat;
|
|
|
+ background: url('images/blank.gif') no-repeat;
|
|
|
}
|
|
|
.panel-header-noborder {
|
|
|
border-width: 0 0 1px 0;
|
|
|
@@ -92,25 +92,25 @@ html {
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
.panel-loading {
|
|
|
- background: url("images/loading.gif") no-repeat 10px 10px;
|
|
|
+ background: url('images/loading.gif') no-repeat 10px 10px;
|
|
|
}
|
|
|
.panel-tool-close {
|
|
|
- background: url("images/panel_tools.png") no-repeat -16px 0px;
|
|
|
+ background: url('images/panel_tools.png') no-repeat -16px 0px;
|
|
|
}
|
|
|
.panel-tool-min {
|
|
|
- background: url("images/panel_tools.png") no-repeat 0px 0px;
|
|
|
+ background: url('images/panel_tools.png') no-repeat 0px 0px;
|
|
|
}
|
|
|
.panel-tool-max {
|
|
|
- background: url("images/panel_tools.png") no-repeat 0px -16px;
|
|
|
+ background: url('images/panel_tools.png') no-repeat 0px -16px;
|
|
|
}
|
|
|
.panel-tool-restore {
|
|
|
- background: url("images/panel_tools.png") no-repeat -16px -16px;
|
|
|
+ background: url('images/panel_tools.png') no-repeat -16px -16px;
|
|
|
}
|
|
|
.panel-tool-collapse {
|
|
|
- background: url("images/panel_tools.png") no-repeat -32px 0;
|
|
|
+ background: url('images/panel_tools.png') no-repeat -32px 0;
|
|
|
}
|
|
|
.panel-tool-expand {
|
|
|
- background: url("images/panel_tools.png") no-repeat -32px -16px;
|
|
|
+ background: url('images/panel_tools.png') no-repeat -32px -16px;
|
|
|
}
|
|
|
.panel-header,
|
|
|
.panel-body {
|
|
|
@@ -161,10 +161,10 @@ html {
|
|
|
border-width: 0 0 1px;
|
|
|
}
|
|
|
.accordion-collapse {
|
|
|
- background: url("images/accordion_arrows.png") no-repeat 0 0;
|
|
|
+ background: url('images/accordion_arrows.png') no-repeat 0 0;
|
|
|
}
|
|
|
.accordion-expand {
|
|
|
- background: url("images/accordion_arrows.png") no-repeat -16px 0;
|
|
|
+ background: url('images/accordion_arrows.png') no-repeat -16px 0;
|
|
|
}
|
|
|
.accordion {
|
|
|
background: #fafafa;
|
|
|
@@ -442,7 +442,7 @@ html {
|
|
|
}
|
|
|
.l-btn {
|
|
|
color: #fff;
|
|
|
- background: #3ba9f6;
|
|
|
+ background: #1f449a;
|
|
|
background-repeat: repeat-x;
|
|
|
border: 1px solid #ddd;
|
|
|
background-repeat: repeat-x;
|
|
|
@@ -603,7 +603,7 @@ html {
|
|
|
left: 0;
|
|
|
top: 0;
|
|
|
z-index: 10;
|
|
|
- background: url("images/blank.gif") no-repeat;
|
|
|
+ background: url('images/blank.gif') no-repeat;
|
|
|
}
|
|
|
.l-btn-disabled .filebox-label {
|
|
|
cursor: default;
|
|
|
@@ -643,7 +643,7 @@ html {
|
|
|
overflow: auto;
|
|
|
}
|
|
|
.combo-arrow {
|
|
|
- background: url("images/combo_arrow.png") no-repeat center center;
|
|
|
+ background: url('images/combo_arrow.png') no-repeat center center;
|
|
|
}
|
|
|
.combo-panel {
|
|
|
background-color: #fafafa;
|
|
|
@@ -656,7 +656,7 @@ html {
|
|
|
background-color: #6abcf6;
|
|
|
}
|
|
|
.combo-arrow-hover {
|
|
|
- background-color: #3ba9f6;
|
|
|
+ background-color: #1f449a;
|
|
|
}
|
|
|
.combo .textbox-icon-disabled:hover {
|
|
|
cursor: default;
|
|
|
@@ -789,20 +789,20 @@ html {
|
|
|
z-index: 4;
|
|
|
}
|
|
|
.layout-button-up {
|
|
|
- background: url("images/layout_arrows.png") no-repeat -16px -16px;
|
|
|
+ background: url('images/layout_arrows.png') no-repeat -16px -16px;
|
|
|
}
|
|
|
.layout-button-down {
|
|
|
- background: url("images/layout_arrows.png") no-repeat -16px 0;
|
|
|
+ background: url('images/layout_arrows.png') no-repeat -16px 0;
|
|
|
}
|
|
|
.layout-button-left {
|
|
|
- background: url("images/layout_arrows.png") no-repeat 0 0;
|
|
|
+ background: url('images/layout_arrows.png') no-repeat 0 0;
|
|
|
}
|
|
|
.layout-button-right {
|
|
|
- background: url("images/layout_arrows.png") no-repeat 0 -16px;
|
|
|
+ background: url('images/layout_arrows.png') no-repeat 0 -16px;
|
|
|
}
|
|
|
.layout-split-proxy-h,
|
|
|
.layout-split-proxy-v {
|
|
|
- background-color: #3ba9f6;
|
|
|
+ background-color: #1f449a;
|
|
|
}
|
|
|
.layout-split-north {
|
|
|
border-bottom: 5px solid #fafafa;
|
|
|
@@ -1135,17 +1135,17 @@ html {
|
|
|
margin-left: -1px;
|
|
|
}
|
|
|
.tabs-scroller-left {
|
|
|
- background: #daeef5 url("images/tabs_icons.png") no-repeat 1px center;
|
|
|
+ background: #daeef5 url('images/tabs_icons.png') no-repeat 1px center;
|
|
|
}
|
|
|
.tabs-scroller-right {
|
|
|
- background: #daeef5 url("images/tabs_icons.png") no-repeat -15px center;
|
|
|
+ background: #daeef5 url('images/tabs_icons.png') no-repeat -15px center;
|
|
|
}
|
|
|
.tabs li a.tabs-close {
|
|
|
- background: url("images/tabs_icons.png") no-repeat -34px center;
|
|
|
+ background: url('images/tabs_icons.png') no-repeat -34px center;
|
|
|
}
|
|
|
.tabs li a.tabs-inner {
|
|
|
opacity: 0.75;
|
|
|
- background-color: #3ba9f6;
|
|
|
+ background-color: #1f449a;
|
|
|
color: #fff;
|
|
|
}
|
|
|
.tabs li a.tabs-inner:hover {
|
|
|
@@ -1173,7 +1173,7 @@ html {
|
|
|
.tabs-header-bottom .tabs li.tabs-selected a.tabs-inner,
|
|
|
.tabs-header-left .tabs li.tabs-selected a.tabs-inner,
|
|
|
.tabs-header-right .tabs li.tabs-selected a.tabs-inner {
|
|
|
- border-color: #6abcf6;
|
|
|
+ border-color: #ddd;
|
|
|
}
|
|
|
.tabs-p-tool a:hover,
|
|
|
.tabs li a:hover.tabs-close,
|
|
|
@@ -1181,7 +1181,7 @@ html {
|
|
|
background-color: #9cc8f7;
|
|
|
}
|
|
|
.tabs li.tabs-selected a.tabs-inner {
|
|
|
- border-bottom: 1px solid #3ba9f6;
|
|
|
+ border-bottom: 1px solid #1f449a;
|
|
|
}
|
|
|
.tabs-header-bottom .tabs li.tabs-selected a.tabs-inner {
|
|
|
border-top: 1px solid #fafafa;
|
|
|
@@ -1320,7 +1320,8 @@ html {
|
|
|
height: 26px;
|
|
|
}
|
|
|
.datagrid-header td {
|
|
|
- background: #bfeaff;
|
|
|
+ background: #27b484;
|
|
|
+ background: #acd5f2;
|
|
|
padding: 8px 6px;
|
|
|
}
|
|
|
.datagrid-header-rownumber,
|
|
|
@@ -1404,26 +1405,26 @@ html {
|
|
|
.datagrid-sort .datagrid-sort-icon {
|
|
|
display: inline;
|
|
|
padding: 0 13px 0 0;
|
|
|
- background: url("images/datagrid_icons.png") no-repeat -64px center;
|
|
|
+ background: url('images/datagrid_icons.png') no-repeat -64px center;
|
|
|
}
|
|
|
.datagrid-sort-desc .datagrid-sort-icon {
|
|
|
display: inline;
|
|
|
padding: 0 13px 0 0;
|
|
|
- background: url("images/datagrid_icons.png") no-repeat -16px center;
|
|
|
+ background: url('images/datagrid_icons.png') no-repeat -16px center;
|
|
|
}
|
|
|
.datagrid-sort-asc .datagrid-sort-icon {
|
|
|
display: inline;
|
|
|
padding: 0 13px 0 0;
|
|
|
- background: url("images/datagrid_icons.png") no-repeat 0px center;
|
|
|
+ background: url('images/datagrid_icons.png') no-repeat 0px center;
|
|
|
}
|
|
|
.datagrid-row-collapse {
|
|
|
- background: url("images/datagrid_icons.png") no-repeat -48px center;
|
|
|
+ background: url('images/datagrid_icons.png') no-repeat -48px center;
|
|
|
}
|
|
|
.datagrid-row-expand {
|
|
|
- background: url("images/datagrid_icons.png") no-repeat -32px center;
|
|
|
+ background: url('images/datagrid_icons.png') no-repeat -32px center;
|
|
|
}
|
|
|
.datagrid-mask-msg {
|
|
|
- background: #fafafa url("images/loading.gif") no-repeat scroll 5px center;
|
|
|
+ background: #fafafa url('images/loading.gif') no-repeat scroll 5px center;
|
|
|
}
|
|
|
.datagrid-header,
|
|
|
.datagrid-td-rownumber {
|
|
|
@@ -1433,7 +1434,7 @@ html {
|
|
|
color: #404040;
|
|
|
}
|
|
|
.datagrid-resize-proxy {
|
|
|
- background: #3ba9f6;
|
|
|
+ background: #1f449a;
|
|
|
}
|
|
|
.datagrid-mask {
|
|
|
background: #eee;
|
|
|
@@ -1454,7 +1455,7 @@ html {
|
|
|
.datagrid-header td,
|
|
|
.datagrid-body td,
|
|
|
.datagrid-footer td {
|
|
|
- border-color: #ccc;
|
|
|
+ border-color: #666;
|
|
|
}
|
|
|
.datagrid-htable,
|
|
|
.datagrid-btable,
|
|
|
@@ -1580,7 +1581,7 @@ html {
|
|
|
display: block;
|
|
|
width: 8px;
|
|
|
height: 8px;
|
|
|
- content: "";
|
|
|
+ content: '';
|
|
|
right: 6px;
|
|
|
top: 50%;
|
|
|
margin-top: -4px;
|
|
|
@@ -1659,22 +1660,22 @@ html {
|
|
|
margin: 0;
|
|
|
}
|
|
|
.pagination-first {
|
|
|
- background: url("images/pagination_icons.png") no-repeat 0 center;
|
|
|
+ background: url('images/pagination_icons.png') no-repeat 0 center;
|
|
|
}
|
|
|
.pagination-prev {
|
|
|
- background: url("images/pagination_icons.png") no-repeat -16px center;
|
|
|
+ background: url('images/pagination_icons.png') no-repeat -16px center;
|
|
|
}
|
|
|
.pagination-next {
|
|
|
- background: url("images/pagination_icons.png") no-repeat -32px center;
|
|
|
+ background: url('images/pagination_icons.png') no-repeat -32px center;
|
|
|
}
|
|
|
.pagination-last {
|
|
|
- background: url("images/pagination_icons.png") no-repeat -48px center;
|
|
|
+ background: url('images/pagination_icons.png') no-repeat -48px center;
|
|
|
}
|
|
|
.pagination-load {
|
|
|
- background: url("images/pagination_icons.png") no-repeat -64px center;
|
|
|
+ background: url('images/pagination_icons.png') no-repeat -64px center;
|
|
|
}
|
|
|
.pagination-loading {
|
|
|
- background: url("images/loading.gif") no-repeat center center;
|
|
|
+ background: url('images/loading.gif') no-repeat center center;
|
|
|
}
|
|
|
.pagination-page-list,
|
|
|
.pagination .pagination-num {
|
|
|
@@ -1738,19 +1739,19 @@ html {
|
|
|
}
|
|
|
.calendar-prevmonth {
|
|
|
left: 20px;
|
|
|
- background: url("images/calendar_arrows.png") no-repeat -18px -2px;
|
|
|
+ background: url('images/calendar_arrows.png') no-repeat -18px -2px;
|
|
|
}
|
|
|
.calendar-nextmonth {
|
|
|
right: 20px;
|
|
|
- background: url("images/calendar_arrows.png") no-repeat -34px -2px;
|
|
|
+ background: url('images/calendar_arrows.png') no-repeat -34px -2px;
|
|
|
}
|
|
|
.calendar-prevyear {
|
|
|
left: 3px;
|
|
|
- background: url("images/calendar_arrows.png") no-repeat -1px -2px;
|
|
|
+ background: url('images/calendar_arrows.png') no-repeat -1px -2px;
|
|
|
}
|
|
|
.calendar-nextyear {
|
|
|
right: 3px;
|
|
|
- background: url("images/calendar_arrows.png") no-repeat -49px -2px;
|
|
|
+ background: url('images/calendar_arrows.png') no-repeat -49px -2px;
|
|
|
}
|
|
|
.calendar-body {
|
|
|
position: relative;
|
|
|
@@ -1814,11 +1815,11 @@ html {
|
|
|
}
|
|
|
.calendar-menu-prev {
|
|
|
margin-right: 10px;
|
|
|
- background: url("images/calendar_arrows.png") no-repeat 2px 2px;
|
|
|
+ background: url('images/calendar_arrows.png') no-repeat 2px 2px;
|
|
|
}
|
|
|
.calendar-menu-next {
|
|
|
margin-left: 10px;
|
|
|
- background: url("images/calendar_arrows.png") no-repeat -45px 2px;
|
|
|
+ background: url('images/calendar_arrows.png') no-repeat -45px 2px;
|
|
|
}
|
|
|
.calendar-menu-month {
|
|
|
text-align: center;
|
|
|
@@ -1904,7 +1905,7 @@ html {
|
|
|
float: right;
|
|
|
}
|
|
|
.datebox .combo-arrow {
|
|
|
- background-image: url("images/datebox_arrow.png");
|
|
|
+ background-image: url('images/datebox_arrow.png');
|
|
|
background-position: center center;
|
|
|
}
|
|
|
.datebox-button {
|
|
|
@@ -1986,10 +1987,10 @@ html {
|
|
|
filter: alpha(opacity=60);
|
|
|
}
|
|
|
.spinner-arrow-up {
|
|
|
- background: url("images/spinner_arrows.png") no-repeat 1px center;
|
|
|
+ background: url('images/spinner_arrows.png') no-repeat 1px center;
|
|
|
}
|
|
|
.spinner-arrow-down {
|
|
|
- background: url("images/spinner_arrows.png") no-repeat -15px center;
|
|
|
+ background: url('images/spinner_arrows.png') no-repeat -15px center;
|
|
|
}
|
|
|
.spinner {
|
|
|
border-color: #6abcf6;
|
|
|
@@ -2098,7 +2099,7 @@ html {
|
|
|
border-width: 0 1px 0 0;
|
|
|
}
|
|
|
.searchbox-button {
|
|
|
- background: url("images/searchbox_button.png") no-repeat center center;
|
|
|
+ background: url('images/searchbox_button.png') no-repeat center center;
|
|
|
}
|
|
|
.searchbox {
|
|
|
border-color: #6abcf6;
|
|
|
@@ -2194,7 +2195,7 @@ html {
|
|
|
}
|
|
|
.slider-v .slider-rule span {
|
|
|
width: 5px;
|
|
|
- height: "auto";
|
|
|
+ height: 'auto';
|
|
|
border-left: 0;
|
|
|
border-width: 1px 0 0 0;
|
|
|
border-style: solid;
|
|
|
@@ -2205,7 +2206,7 @@ html {
|
|
|
left: 23px;
|
|
|
}
|
|
|
.slider-handle {
|
|
|
- background: url("images/slider_handle.png") no-repeat;
|
|
|
+ background: url('images/slider_handle.png') no-repeat;
|
|
|
}
|
|
|
.slider-inner {
|
|
|
border-color: #6abcf6;
|
|
|
@@ -2304,7 +2305,7 @@ html {
|
|
|
filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=false,ShadowOpacity=0.2);
|
|
|
}
|
|
|
.menu-rightarrow {
|
|
|
- background: url("images/menu_arrows.png") no-repeat -32px center;
|
|
|
+ background: url('images/menu_arrows.png') no-repeat -32px center;
|
|
|
}
|
|
|
.menu-line {
|
|
|
border-left: 1px solid #ddd;
|
|
|
@@ -2327,9 +2328,9 @@ html {
|
|
|
_border-color: #fafafa;
|
|
|
}
|
|
|
.menu-active {
|
|
|
- border-color: #3ba9f6;
|
|
|
+ border-color: #1f449a;
|
|
|
color: #fff;
|
|
|
- background: #3ba9f6;
|
|
|
+ background: #1f449a;
|
|
|
}
|
|
|
.menu-active-disabled {
|
|
|
border-color: transparent;
|
|
|
@@ -2422,7 +2423,7 @@ html {
|
|
|
}
|
|
|
.m-btn-downarrow,
|
|
|
.s-btn-downarrow {
|
|
|
- background: url("images/menu_arrows.png") no-repeat 0 center;
|
|
|
+ background: url('images/menu_arrows.png') no-repeat 0 center;
|
|
|
}
|
|
|
.m-btn-plain-active,
|
|
|
.s-btn-plain-active {
|
|
|
@@ -2460,16 +2461,16 @@ html {
|
|
|
margin: 0 10px 10px 0;
|
|
|
}
|
|
|
.messager-error {
|
|
|
- background: url("images/messager_icons.png") no-repeat scroll -64px 0;
|
|
|
+ background: url('images/messager_icons.png') no-repeat scroll -64px 0;
|
|
|
}
|
|
|
.messager-info {
|
|
|
- background: url("images/messager_icons.png") no-repeat scroll 0 0;
|
|
|
+ background: url('images/messager_icons.png') no-repeat scroll 0 0;
|
|
|
}
|
|
|
.messager-question {
|
|
|
- background: url("images/messager_icons.png") no-repeat scroll -32px 0;
|
|
|
+ background: url('images/messager_icons.png') no-repeat scroll -32px 0;
|
|
|
}
|
|
|
.messager-warning {
|
|
|
- background: url("images/messager_icons.png") no-repeat scroll -96px 0;
|
|
|
+ background: url('images/messager_icons.png') no-repeat scroll -96px 0;
|
|
|
}
|
|
|
.messager-progress {
|
|
|
padding: 10px;
|
|
|
@@ -2516,65 +2517,65 @@ html {
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
.tree-expanded {
|
|
|
- background: url("images/tree_icons.png") no-repeat -18px 0px;
|
|
|
+ background: url('images/tree_icons.png') no-repeat -18px 0px;
|
|
|
}
|
|
|
.tree-expanded-hover {
|
|
|
- background: url("images/tree_icons.png") no-repeat -50px 0px;
|
|
|
+ background: url('images/tree_icons.png') no-repeat -50px 0px;
|
|
|
}
|
|
|
.tree-collapsed {
|
|
|
- background: url("images/tree_icons.png") no-repeat 0px 0px;
|
|
|
+ background: url('images/tree_icons.png') no-repeat 0px 0px;
|
|
|
}
|
|
|
.tree-collapsed-hover {
|
|
|
- background: url("images/tree_icons.png") no-repeat -32px 0px;
|
|
|
+ background: url('images/tree_icons.png') no-repeat -32px 0px;
|
|
|
}
|
|
|
.tree-lines .tree-expanded,
|
|
|
.tree-lines .tree-root-first .tree-expanded {
|
|
|
- background: url("images/tree_icons.png") no-repeat -144px 0;
|
|
|
+ background: url('images/tree_icons.png') no-repeat -144px 0;
|
|
|
}
|
|
|
.tree-lines .tree-collapsed,
|
|
|
.tree-lines .tree-root-first .tree-collapsed {
|
|
|
- background: url("images/tree_icons.png") no-repeat -128px 0;
|
|
|
+ background: url('images/tree_icons.png') no-repeat -128px 0;
|
|
|
}
|
|
|
.tree-lines .tree-node-last .tree-expanded,
|
|
|
.tree-lines .tree-root-one .tree-expanded {
|
|
|
- background: url("images/tree_icons.png") no-repeat -80px 0;
|
|
|
+ background: url('images/tree_icons.png') no-repeat -80px 0;
|
|
|
}
|
|
|
.tree-lines .tree-node-last .tree-collapsed,
|
|
|
.tree-lines .tree-root-one .tree-collapsed {
|
|
|
- background: url("images/tree_icons.png") no-repeat -64px 0;
|
|
|
+ background: url('images/tree_icons.png') no-repeat -64px 0;
|
|
|
}
|
|
|
.tree-line {
|
|
|
- background: url("images/tree_icons.png") no-repeat -176px 0;
|
|
|
+ background: url('images/tree_icons.png') no-repeat -176px 0;
|
|
|
}
|
|
|
.tree-join {
|
|
|
- background: url("images/tree_icons.png") no-repeat -192px 0;
|
|
|
+ background: url('images/tree_icons.png') no-repeat -192px 0;
|
|
|
}
|
|
|
.tree-joinbottom {
|
|
|
- background: url("images/tree_icons.png") no-repeat -160px 0;
|
|
|
+ background: url('images/tree_icons.png') no-repeat -160px 0;
|
|
|
}
|
|
|
.tree-folder {
|
|
|
/* background: url("images/tree_icons.png") no-repeat -208px 0; */
|
|
|
- background: url("../icons/folder-fill.png") no-repeat center center;
|
|
|
+ background: url('../icons/folder-fill.png') no-repeat center center;
|
|
|
}
|
|
|
.tree-folder-open {
|
|
|
/* background: url("images/tree_icons.png") no-repeat -224px 0; */
|
|
|
- background: url("../icons/folder-open-fill.png") no-repeat center center;
|
|
|
+ background: url('../icons/folder-open-fill.png') no-repeat center center;
|
|
|
}
|
|
|
.tree-file {
|
|
|
/* background: url("images/tree_icons.png") no-repeat -240px 0; */
|
|
|
- background: url("../icons/folder-file.png") no-repeat center center;
|
|
|
+ background: url('../icons/folder-file.png') no-repeat center center;
|
|
|
}
|
|
|
.tree-loading {
|
|
|
- background: url("images/loading.gif") no-repeat center center;
|
|
|
+ background: url('images/loading.gif') no-repeat center center;
|
|
|
}
|
|
|
.tree-checkbox0 {
|
|
|
- background: url("images/tree_icons.png") no-repeat -208px -18px;
|
|
|
+ background: url('images/tree_icons.png') no-repeat -208px -18px;
|
|
|
}
|
|
|
.tree-checkbox1 {
|
|
|
- background: url("images/tree_icons.png") no-repeat -224px -18px;
|
|
|
+ background: url('images/tree_icons.png') no-repeat -224px -18px;
|
|
|
}
|
|
|
.tree-checkbox2 {
|
|
|
- background: url("images/tree_icons.png") no-repeat -240px -18px;
|
|
|
+ background: url('images/tree_icons.png') no-repeat -240px -18px;
|
|
|
}
|
|
|
.tree-title {
|
|
|
font-size: 12px;
|
|
|
@@ -2604,10 +2605,10 @@ html {
|
|
|
margin-top: -9px;
|
|
|
}
|
|
|
.tree-dnd-yes {
|
|
|
- background: url("images/tree_icons.png") no-repeat -256px 0;
|
|
|
+ background: url('images/tree_icons.png') no-repeat -256px 0;
|
|
|
}
|
|
|
.tree-dnd-no {
|
|
|
- background: url("images/tree_icons.png") no-repeat -256px -18px;
|
|
|
+ background: url('images/tree_icons.png') no-repeat -256px -18px;
|
|
|
}
|
|
|
.tree-node-top {
|
|
|
border-top: 1px dotted red;
|
|
|
@@ -2761,8 +2762,8 @@ html {
|
|
|
margin: 0;
|
|
|
padding: 0;
|
|
|
cursor: pointer;
|
|
|
- background: #3ba9f6;
|
|
|
- border: 1px solid #3ba9f6;
|
|
|
+ background: #1f449a;
|
|
|
+ border: 1px solid #1f449a;
|
|
|
-moz-border-radius: 0px 0px 0px 0px;
|
|
|
-webkit-border-radius: 0px 0px 0px 0px;
|
|
|
border-radius: 0px 0px 0px 0px;
|
|
|
@@ -2812,10 +2813,10 @@ html {
|
|
|
left: 50%;
|
|
|
background-color: #fafafa;
|
|
|
color: #404040;
|
|
|
- border: 1px solid #3ba9f6;
|
|
|
- -moz-box-shadow: 0 0 3px 0 #3ba9f6;
|
|
|
- -webkit-box-shadow: 0 0 3px 0 #3ba9f6;
|
|
|
- box-shadow: 0 0 3px 0 #3ba9f6;
|
|
|
+ border: 1px solid #1f449a;
|
|
|
+ -moz-box-shadow: 0 0 3px 0 #1f449a;
|
|
|
+ -webkit-box-shadow: 0 0 3px 0 #1f449a;
|
|
|
+ box-shadow: 0 0 3px 0 #1f449a;
|
|
|
}
|
|
|
.switchbutton-value {
|
|
|
position: absolute;
|
|
|
@@ -2843,5 +2844,42 @@ html {
|
|
|
color: #fff;
|
|
|
}
|
|
|
.window {
|
|
|
- background-color: #3ba9f6;
|
|
|
+ background-color: #1f449a;
|
|
|
+}
|
|
|
+
|
|
|
+.panel-body-noborder {
|
|
|
+ background-color: #f5f5f5;
|
|
|
+}
|
|
|
+.tree .tree-node {
|
|
|
+ padding: 0px 10px;
|
|
|
+ height: 28px;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+}
|
|
|
+
|
|
|
+.tree .tree-expanded {
|
|
|
+ background: url(../icons/folder-open-fill.png) no-repeat !important;
|
|
|
+}
|
|
|
+
|
|
|
+.tree .tree-collapsed {
|
|
|
+ background: url(../icons/folder-fill.png) no-repeat !important;
|
|
|
+}
|
|
|
+
|
|
|
+.tree .icon-ip,
|
|
|
+.tree .icon-ip2 {
|
|
|
+ background: url(../icons/shebei.png) no-repeat;
|
|
|
+}
|
|
|
+.tree .icon-home,
|
|
|
+.tree .tree-joinbottom,
|
|
|
+.tree .tree-join {
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+.tree .tree-node:hover {
|
|
|
+ color: #1f449a;
|
|
|
+ font-weight: bold;
|
|
|
+}
|
|
|
+.tree .tree-node-selected,
|
|
|
+.tree .tree-node.tree-node-selected:hover {
|
|
|
+ color: #eee;
|
|
|
+ background-color: #1f449a;
|
|
|
}
|