summaryrefslogtreecommitdiff
path: root/css/dijit.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-07 08:33:28 +0300
committerAndrew Dolgov <[email protected]>2018-12-07 08:33:28 +0300
commitb78671356031f2f7d4c3340d2d955a306729f766 (patch)
tree76ba046fb307a258228fb99af08ad2279120d5fe /css/dijit.less
parent1e3a53c037d36a49214f914a143da8b4b39debad (diff)
rebuild flat theme with dark base color and rebase night.css on it
Diffstat (limited to 'css/dijit.less')
-rw-r--r--css/dijit.less124
1 files changed, 0 insertions, 124 deletions
diff --git a/css/dijit.less b/css/dijit.less
deleted file mode 100644
index e196c50a6..000000000
--- a/css/dijit.less
+++ /dev/null
@@ -1,124 +0,0 @@
-.flat {
-
- li {
- padding : 2px;
- }
-
- .filterRules span.inverse,
- #filterDlg_Matches span.filterRule.inverse {
- color: red;
- }
-
- .dijitDialog .dijitDialogPaneContent {
- background : @color-panel-bg;
- }
-
- .dijitAccordionContainer {
- box-shadow : 0px 0px 8px rgba(0,0,0,0.1);
- }
-
- .filterRules span {
- display: block;
- color: green;
- }
-
- #filterDlg_Matches span.filterRule {
- color: green;
- }
-
- .dijitToolbar {
- font-size : 13px;
- padding : 0px;
- }
-
- .dijitTab:not(.dijitTabChecked) {
- background : @color-panel-bg;
- }
-
- .dijitMenu .dijitMenuItem .dijitMenuItemLabel {
- padding : 4px 8px;
- font-size : 13px;
- }
-
- .dijitMenu .dijitMenuItem td {
- padding : 0px;
- }
-
- .dijitCheckBox {
- border : 0px;
- background : #ccc;
- }
-
- .dijitCheckBox:before {
- font-family: "flat-icon";
- content : "\f00c";
- color : white;
- }
-
- .dijitCheckBox.dijitCheckBoxChecked {
- background-color : #69C671;
- }
-
- .dijitTree {
- .dijitFolderClosed,
- .dijitFolderOpened {
- display : none;
- }
-
- .dijitTreeRow .dijitTreeExpando {
- position : relative;
- top : -2px;
- }
-
- .dijitTreeRowSelected .dijitTreeExpando {
- color : @color-accent;
- }
-
- .dijitTreeNode .dijitTreeRow.dijitTreeRowSelected {
- color : white;
- }
-
- .labelParam {
- float: right;
- margin-right: 1em;
- }
-
- .labelParam.filterDisabled,
- .dijitTreeLabel.filterDisabled {
- text-decoration : line-through;
- }
-
- .feedParam {
- color: @default-text;
- float: right;
- margin-right: 1em;
- }
-
- .filterRules {
- display: block;
- color: #ccc;
- font-size: 12px;
- margin-left: 100px;
- line-height : normal;
- }
-
- .dijitTreeRowSelected .filterRules span {
- color : white;
- }
-
- .dijitTreeContainer {
- max-width : 100%;
- }
-
- .dijitTreeRow {
- overflow: hidden;
- text-overflow: ellipsis;
- }
-
- .dijitTreeNode .dijitTreeRow {
- padding : 4px 0px 4px;
- border-width : 1px;
- color : #333;
- }
- }
-}