소스 검색

HUE-8926 [frontend] Update the Hue colour scheme

Johan Ahlen 6 년 전
부모
커밋
4a5c30292c
29개의 변경된 파일109개의 추가작업 그리고 107개의 파일을 삭제
  1. 1 1
      apps/filebrowser/src/filebrowser/static/filebrowser/css/display.css
  2. 0 0
      apps/filebrowser/src/filebrowser/static/filebrowser/css/listdir_components.css
  3. 0 0
      apps/hbase/src/hbase/static/hbase/css/hbase.css
  4. 0 0
      apps/jobbrowser/src/jobbrowser/static/jobbrowser/css/jobbrowser-embeddable.css
  5. 0 0
      apps/metastore/src/metastore/static/metastore/css/metastore.css
  6. 1 1
      apps/oozie/src/oozie/static/oozie/css/common-editor.css
  7. 1 1
      apps/oozie/src/oozie/static/oozie/css/coordinator.css
  8. 0 0
      apps/oozie/src/oozie/static/oozie/css/workflow-editor.css
  9. 0 0
      apps/oozie/src/oozie/static/oozie/css/workflow.css
  10. 0 0
      apps/security/src/security/static/security/css/security.css
  11. 1 1
      apps/sqoop/src/sqoop/static/sqoop/css/sqoop.css
  12. 0 0
      desktop/core/src/desktop/static/desktop/css/home.css
  13. 1 1
      desktop/core/src/desktop/static/desktop/css/httperrors.css
  14. 0 0
      desktop/core/src/desktop/static/desktop/css/hue-embedded.css
  15. 0 0
      desktop/core/src/desktop/static/desktop/css/hue.css
  16. 0 0
      desktop/core/src/desktop/static/desktop/css/hue3-extra.css
  17. 0 0
      desktop/core/src/desktop/static/desktop/css/login.css
  18. 1 1
      desktop/core/src/desktop/static/desktop/css/login4.css
  19. 1 1
      desktop/core/src/desktop/static/desktop/less/components/hue-selectize.less
  20. 96 94
      desktop/core/src/desktop/static/desktop/less/cui/colors.less
  21. 2 2
      desktop/core/src/desktop/static/desktop/less/cui/variables.less
  22. 1 1
      desktop/core/src/desktop/static/desktop/less/hue-autocomplete.less
  23. 1 1
      desktop/core/src/desktop/static/desktop/less/hue-mixins.less
  24. 1 1
      desktop/libs/dashboard/src/dashboard/static/dashboard/css/admin.css
  25. 0 0
      desktop/libs/dashboard/src/dashboard/static/dashboard/css/common_dashboard.css
  26. 0 0
      desktop/libs/dashboard/src/dashboard/static/dashboard/css/search.css
  27. 0 0
      desktop/libs/indexer/src/indexer/static/indexer/css/importer.css
  28. 1 1
      desktop/libs/indexer/src/indexer/static/indexer/css/indexes.css
  29. 0 0
      desktop/libs/notebook/src/notebook/static/notebook/css/notebook.css

+ 1 - 1
apps/filebrowser/src/filebrowser/static/filebrowser/css/display.css

@@ -14,4 +14,4 @@ distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
- */#fileviewerComponents .card-body{padding:0;margin:0}#fileviewerComponents .hue-breadcrumbs-bar{margin:0;padding-bottom:0}#fileviewerComponents #fileArea{overflow:auto;background-color:#F8F8F8;position:relative;font-size:12px}#fileviewerComponents #fileArea.loading{opacity:.7}#fileviewerComponents .file-editor{font-size:12px}#fileviewerComponents .binary{font-family:Roboto Mono,Menlo,Monaco,Consolas,"Courier New",monospace}#fileviewerComponents pre{border:none}#fileviewerComponents pre a{color:#424242;cursor:default;white-space:inherit}#fileviewerComponents pre a:hover{color:#424242;text-decoration:none}#fileviewerComponents .pagination-input-form{position:relative;right:1em;top:-10px}#fileviewerComponents .pagination-input{text-align:center;width:40px}#fileviewerComponents dd{margin-left:0;margin-bottom:6px}#fileviewerComponents .monospace{font-family:Roboto Mono,Menlo,Monaco,Consolas,"Courier New",monospace}
+ */#fileviewerComponents .card-body{padding:0;margin:0}#fileviewerComponents .hue-breadcrumbs-bar{margin:0;padding-bottom:0}#fileviewerComponents #fileArea{overflow:auto;background-color:#f4f5f6;position:relative;font-size:12px}#fileviewerComponents #fileArea.loading{opacity:.7}#fileviewerComponents .file-editor{font-size:12px}#fileviewerComponents .binary{font-family:Roboto Mono,Menlo,Monaco,Consolas,"Courier New",monospace}#fileviewerComponents pre{border:none}#fileviewerComponents pre a{color:#333e47;cursor:default;white-space:inherit}#fileviewerComponents pre a:hover{color:#333e47;text-decoration:none}#fileviewerComponents .pagination-input-form{position:relative;right:1em;top:-10px}#fileviewerComponents .pagination-input{text-align:center;width:40px}#fileviewerComponents dd{margin-left:0;margin-bottom:6px}#fileviewerComponents .monospace{font-family:Roboto Mono,Menlo,Monaco,Consolas,"Courier New",monospace}

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
apps/filebrowser/src/filebrowser/static/filebrowser/css/listdir_components.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
apps/hbase/src/hbase/static/hbase/css/hbase.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
apps/jobbrowser/src/jobbrowser/static/jobbrowser/css/jobbrowser-embeddable.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
apps/metastore/src/metastore/static/metastore/css/metastore.css


+ 1 - 1
apps/oozie/src/oozie/static/oozie/css/common-editor.css

@@ -14,4 +14,4 @@ distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
- */.form-search{margin:0;padding-top:5px}.object-name{font-size:20px;font-weight:300}.object-description{margin-left:10px;font-size:14px}.editable-click{cursor:pointer}.editable-empty,.editable-empty:hover{color:#787878 !important;opacity:.55}.tooltip{z-index:1051}.demi-modal{z-index:1033}input[type="text"].filechooser-input{border-right:none;margin-bottom:0}input[type="text"].filechooser-input,input[type="text"].half{width:50%}input[type="text"].seventy,textarea.seventy{width:70% !important}input[type="text"].thirty{width:30% !important}input[type="text"].with-errors,textarea.with-errors{border:solid 1px #DE4D5F}input[type="text"].filechooser-input.input-xlarge{width:270px}input[type="text"].filechooser-input.input-xxlarge{width:530px}#file-uploader{float:left;margin-right:3px;margin-top:10px}ul.with-margin li{margin-bottom:4px}.dropdown-menu li{font-size:14px}.dropdown a.dropdown-toggle{padding-left:10px;padding-right:10px}.search-bar{background-color:#F8F8F8;border-bottom:1px solid #E0E0E0;-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.065);-moz-box-shadow:0 1px 4px rgba(0,0,0,0.065);box-shadow:0 1px 4px rgba(0,0,0,0.065);margin:0;padding:10px;padding-left:20px;padding-right:20px;text-align:left;width:100%;position:fixed;top:72px;z-index:1000}.fields-chooser li{cursor:pointer;margin-bottom:10px}.fields-chooser li .badge{font-weight:normal;font-size:12px}.demi-modal{min-height:80px}#settingsModal h4{margin-top:30px}#settingsModal ul.unstyled li{margin-bottom:4px}.submit-modal .dropdown-menu,.submit-modal-editor .dropdown-menu{box-shadow:0 5px 10px rgba(0,0,0,0.2) !important}
+ */.form-search{margin:0;padding-top:5px}.object-name{font-size:20px;font-weight:300}.object-description{margin-left:10px;font-size:14px}.editable-click{cursor:pointer}.editable-empty,.editable-empty:hover{color:#5a656d !important;opacity:.55}.tooltip{z-index:1051}.demi-modal{z-index:1033}input[type="text"].filechooser-input{border-right:none;margin-bottom:0}input[type="text"].filechooser-input,input[type="text"].half{width:50%}input[type="text"].seventy,textarea.seventy{width:70% !important}input[type="text"].thirty{width:30% !important}input[type="text"].with-errors,textarea.with-errors{border:solid 1px #e83934}input[type="text"].filechooser-input.input-xlarge{width:270px}input[type="text"].filechooser-input.input-xxlarge{width:530px}#file-uploader{float:left;margin-right:3px;margin-top:10px}ul.with-margin li{margin-bottom:4px}.dropdown-menu li{font-size:14px}.dropdown a.dropdown-toggle{padding-left:10px;padding-right:10px}.search-bar{background-color:#f4f5f6;border-bottom:1px solid #eaebec;-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.065);-moz-box-shadow:0 1px 4px rgba(0,0,0,0.065);box-shadow:0 1px 4px rgba(0,0,0,0.065);margin:0;padding:10px;padding-left:20px;padding-right:20px;text-align:left;width:100%;position:fixed;top:72px;z-index:1000}.fields-chooser li{cursor:pointer;margin-bottom:10px}.fields-chooser li .badge{font-weight:normal;font-size:12px}.demi-modal{min-height:80px}#settingsModal h4{margin-top:30px}#settingsModal ul.unstyled li{margin-bottom:4px}.submit-modal .dropdown-menu,.submit-modal-editor .dropdown-menu{box-shadow:0 5px 10px rgba(0,0,0,0.2) !important}

+ 1 - 1
apps/oozie/src/oozie/static/oozie/css/coordinator.css

@@ -14,4 +14,4 @@ distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
- */#definitionEditor{min-height:250px;margin-bottom:10px}.tooltip-inner{max-width:350px}#sla th{vertical-align:middle !important}#yAxisLabel{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-o-transform:rotate(270deg);writing-mode:lr-tb;margin-left:-110px;margin-top:130px;position:absolute}#slaTable{margin-top:20px}.disabled{cursor:default}.nav.nav-list{background:transparent;border:none;border-radius:0}.nav-list>li.white{padding:9px 15px}.manage{padding:0}.search-query{margin-right:.75em}.settings-overlay{background-color:#FFFFFF;opacity:.95;position:absolute;top:10px;right:15px}.settings-overlay li{padding:5px}.settings-overlay:hover{opacity:1}.spinner-overlay{opacity:.95;position:absolute;top:10px;left:15px;font-size:24px;color:#DCDCDC}div.spinedit .fa-chevron-up{top:-6px !important}div.spinedit .fa-chevron-down{top:5px !important}.label-ignored{background-color:#C8C8C8}label.spinedit{display:inline}label.spinedit input{margin-bottom:0}
+ */#definitionEditor{min-height:250px;margin-bottom:10px}.tooltip-inner{max-width:350px}#sla th{vertical-align:middle !important}#yAxisLabel{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-o-transform:rotate(270deg);writing-mode:lr-tb;margin-left:-110px;margin-top:130px;position:absolute}#slaTable{margin-top:20px}.disabled{cursor:default}.nav.nav-list{background:transparent;border:none;border-radius:0}.nav-list>li.white{padding:9px 15px}.manage{padding:0}.search-query{margin-right:.75em}.settings-overlay{background-color:#FFFFFF;opacity:.95;position:absolute;top:10px;right:15px}.settings-overlay li{padding:5px}.settings-overlay:hover{opacity:1}.spinner-overlay{opacity:.95;position:absolute;top:10px;left:15px;font-size:24px;color:#d6d8db}div.spinedit .fa-chevron-up{top:-6px !important}div.spinedit .fa-chevron-down{top:5px !important}.label-ignored{background-color:#adb2b6}label.spinedit{display:inline}label.spinedit input{margin-bottom:0}

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
apps/oozie/src/oozie/static/oozie/css/workflow-editor.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
apps/oozie/src/oozie/static/oozie/css/workflow.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
apps/security/src/security/static/security/css/security.css


+ 1 - 1
apps/sqoop/src/sqoop/static/sqoop/css/sqoop.css

@@ -14,4 +14,4 @@ distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
- */#sqoopComponents .row-selectable tr{cursor:pointer}#sqoopComponents ul.major-list{list-style-type:none;margin:0;padding:0;width:100%}#sqoopComponents ul.major-list li{cursor:pointer;border:1px solid #E0E0E0;height:60px;margin-bottom:10px;background-color:#FFFFFF}#sqoopComponents ul.major-list li div.main{padding:10px}#sqoopComponents ul.major-list li .pull-right{margin-right:10px;margin-top:18px}#sqoopComponents .main i,#sqoopComponents .top-bar h4 i{color:#A0A0A0}#sqoopComponents .sqoop-progress{width:0;background-color:#E99F01;height:3px;margin-top:-2px}#sqoopComponents .waiting{color:#DCDCDC;font-size:196px}#sqoopComponents h1.emptyMessage{color:#B4B4B4;line-height:60px;margin-top:50px}#sqoopComponents .sidebar-nav{padding:9px 0;min-height:150px !important}#sqoopComponents .top-bar{position:fixed;top:28px;width:100%;background-color:#F8F8F8;border-bottom:1px solid #E0E0E0;box-shadow:0 1px 4px rgba(0,0,0,0.067);margin:0 0 20px;padding:10px 20px;text-align:left;height:30px}#sqoopComponents .top-bar h4{margin-top:4px;display:inline-block;margin-right:20px}#sqoopComponents .top-bar .pull-right{margin-top:4px;margin-right:20px}#sqoopComponents .job-form{min-height:300px}#sqoopComponents .big-btn{background-color:#F1EFEF;width:80px;height:80px;text-align:center;display:inline-block;margin-right:10px;padding:10px;padding-top:20px;cursor:pointer;line-height:32px;border:1px solid #F1EFEF;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}#sqoopComponents .big-btn:hover,#sqoopComponents .big-btn.selected{background-color:#DCDCDC}#sqoopComponents .big-btn.selected{border-color:#C8C8C8}#sqoopComponents .big-btn i{font-size:40px}#sqoopComponents .nojobs{cursor:pointer}
+ */#sqoopComponents .row-selectable tr{cursor:pointer}#sqoopComponents ul.major-list{list-style-type:none;margin:0;padding:0;width:100%}#sqoopComponents ul.major-list li{cursor:pointer;border:1px solid #eaebec;height:60px;margin-bottom:10px;background-color:#FFFFFF}#sqoopComponents ul.major-list li div.main{padding:10px}#sqoopComponents ul.major-list li .pull-right{margin-right:10px;margin-top:18px}#sqoopComponents .main i,#sqoopComponents .top-bar h4 i{color:#838b92}#sqoopComponents .sqoop-progress{width:0;background-color:#b34d00;height:3px;margin-top:-2px}#sqoopComponents .waiting{color:#d6d8db;font-size:196px}#sqoopComponents h1.emptyMessage{color:#989ea4;line-height:60px;margin-top:50px}#sqoopComponents .sidebar-nav{padding:9px 0;min-height:150px !important}#sqoopComponents .top-bar{position:fixed;top:28px;width:100%;background-color:#f4f5f6;border-bottom:1px solid #eaebec;box-shadow:0 1px 4px rgba(0,0,0,0.067);margin:0 0 20px;padding:10px 20px;text-align:left;height:30px}#sqoopComponents .top-bar h4{margin-top:4px;display:inline-block;margin-right:20px}#sqoopComponents .top-bar .pull-right{margin-top:4px;margin-right:20px}#sqoopComponents .job-form{min-height:300px}#sqoopComponents .big-btn{background-color:#F1EFEF;width:80px;height:80px;text-align:center;display:inline-block;margin-right:10px;padding:10px;padding-top:20px;cursor:pointer;line-height:32px;border:1px solid #F1EFEF;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}#sqoopComponents .big-btn:hover,#sqoopComponents .big-btn.selected{background-color:#d6d8db}#sqoopComponents .big-btn.selected{border-color:#adb2b6}#sqoopComponents .big-btn i{font-size:40px}#sqoopComponents .nojobs{cursor:pointer}

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/home.css


+ 1 - 1
desktop/core/src/desktop/static/desktop/css/httperrors.css

@@ -14,4 +14,4 @@ distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
- */#httperror .error-code{margin:0;padding-bottom:30px;color:#C8C8C8;text-align:center;font-weight:200;font-size:150px;line-height:150px}#httperror .error-box{padding:20px 35px 20px;margin-bottom:50px}
+ */#httperror .error-code{margin:0;padding-bottom:30px;color:#adb2b6;text-align:center;font-weight:200;font-size:150px;line-height:150px}#httperror .error-box{padding:20px 35px 20px;margin-bottom:50px}

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue-embedded.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue3-extra.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/login.css


+ 1 - 1
desktop/core/src/desktop/static/desktop/css/login4.css

@@ -14,4 +14,4 @@ distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
- */.login-container{-webkit-box-shadow:0 2px 8px rgba(0,0,0,0.18);-moz-box-shadow:0 2px 8px rgba(0,0,0,0.18);box-shadow:0 2px 6px 0 rgba(0,0,0,0.18),0 2px 8px 0 rgba(0,0,0,0.13)}.login-container .logo{width:200px;height:70px;text-align:center}.svg-hue-logo-main{fill:#0B7FAD}.svg-hue-logo-trunk{fill:#A37EC6}@-webkit-keyframes autofill{to{background:transparent}}:-webkit-autofill{-webkit-animation-name:autofill;-webkit-animation-fill-mode:both}
+ */.login-container{-webkit-box-shadow:0 2px 8px rgba(0,0,0,0.18);-moz-box-shadow:0 2px 8px rgba(0,0,0,0.18);box-shadow:0 2px 6px 0 rgba(0,0,0,0.18),0 2px 8px 0 rgba(0,0,0,0.13)}.login-container .logo{width:200px;height:70px;text-align:center}.svg-hue-logo-main{fill:#0B7FAD}.svg-hue-logo-trunk{fill:#9678d3}@-webkit-keyframes autofill{to{background:transparent}}:-webkit-autofill{-webkit-animation-name:autofill;-webkit-animation-fill-mode:both}

+ 1 - 1
desktop/core/src/desktop/static/desktop/less/components/hue-selectize.less

@@ -350,7 +350,7 @@
 }
 
 .selectize-dropdown .active {
-  background-color: @cui-blue-010;
+  background-color: @cui-blue-050;
   color: @cui-blue-gray-700;
 }
 

+ 96 - 94
desktop/core/src/desktop/static/desktop/less/cui/colors.less

@@ -29,36 +29,108 @@
 // Base colors ----------------------------------------------
 
 @cui-black:                       #000000;
-@cui-white:                       #FFFFFF;
-@cui-gray:                        @cui-gray-500;
 @cui-blue-gray:                   @cui-blue-gray-500;
 @cui-blue:                        @cui-blue-500;
-@cui-steel:                       @cui-steel-500;
-@cui-teal:                        @cui-teal-500;
+@cui-gray:                        @cui-gray-500;
+@cui-green-gray:                  @cui-green-gray-500;
 @cui-green:                       @cui-green-500;
 @cui-lime:                        @cui-lime-500;
-@cui-yellow:                      @cui-yellow-500;
+@cui-mintish:                     #1fcfb8;
+@cui-oozie-blue:                  #0050a2;
+@cui-oozie-yellow:                #fff300;
 @cui-orange:                      @cui-orange-500;
-@cui-red:                         @cui-red-500;
 @cui-pink:                        @cui-pink-500;
-@cui-purple:                      @cui-purple-500;
 @cui-purple-gray:                 @cui-purple-gray-500;
-@cui-green-gray:                  @cui-green-gray-500;
+@cui-purple:                      @cui-purple-500;
+@cui-red:                         @cui-red-500;
+@cui-slate:                       #305868;
+@cui-steel:                       @cui-steel-500;
+@cui-teal:                        @cui-teal-500;
+@cui-white:                       #FFFFFF;
+@cui-yellow:                      @cui-yellow-500;
 
 
 // All standard colors --------------------------------------
 
-@cui-gray-050:                    #F8F8F8;
-@cui-gray-100:                    #E7E7E7;
-@cui-gray-200:                    #E0E0E0;
-@cui-gray-300:                    #DCDCDC;
-@cui-gray-400:                    #C8C8C8;
-@cui-gray-500:                    #B4B4B4;
-@cui-gray-600:                    #A0A0A0;
-@cui-gray-700:                    #787878;
-@cui-gray-800:                    #424242;
-@cui-gray-900:                    #212121;
-
+@cui-gray-040:                    #fafbfc;
+@cui-gray-050:                    #f4f5f6;
+@cui-gray-100:                    #f1f2f3;
+@cui-gray-200:                    #eaebec;
+@cui-gray-300:                    #d6d8db;
+@cui-gray-400:                    #adb2b6;
+@cui-gray-500:                    #989ea4;
+@cui-gray-600:                    #838b92;
+@cui-gray-700:                    #5a656d;
+@cui-gray-800:                    #333e47;
+@cui-gray-900:                    #1b2329;
+
+@cui-blue-050:                    #e6f7ff;
+@cui-blue-100:                    #a3dfff;
+@cui-blue-200:                    #7accff;
+@cui-blue-300:                    #51b5fc;
+@cui-blue-400:                    #008cff;
+@cui-blue-500:                    #006ee3;
+@cui-blue-600:                    #0058bd;
+@cui-blue-700:                    #004496;
+@cui-blue-800:                    #002f70;
+@cui-blue-900:                    #001c4a;
+
+@cui-green-050:                   #f2ffeb;
+@cui-green-100:                   #cbf1b5;
+@cui-green-200:                   #aee390;
+@cui-green-300:                   #82c25d;
+@cui-green-400:                   #5aa232;
+@cui-green-500:                   #3a870e;
+@cui-green-600:                   #2c6c08;
+@cui-green-700:                   #1a4700;
+@cui-green-800:                   #163c00;
+@cui-green-900:                   #133300;
+
+@cui-yellow-050:                  #fffaed;
+@cui-yellow-100:                  #fff1cc;
+@cui-yellow-200:                  #ffd664;
+@cui-yellow-300:                  #fdc926;
+@cui-yellow-400:                  #d99f18;
+@cui-yellow-500:                  #a16908;
+@cui-yellow-600:                  #804a00;
+@cui-yellow-700:                  #663a00;
+@cui-yellow-800:                  #4d2b00;
+@cui-yellow-900:                  #331d00;
+
+@cui-orange-050:                  #fff0d9;
+@cui-orange-100:                  #ffd599;
+@cui-orange-200:                  #ffa319;
+@cui-orange-300:                  #ff8400;
+@cui-orange-400:                  #f96600;
+@cui-orange-500:                  #b34d00;
+@cui-orange-600:                  #8c3800;
+@cui-orange-700:                  #662500;
+@cui-orange-800:                  #401500;
+@cui-orange-900:                  #260d00;
+
+@cui-red-050:                     #fff2f2;
+@cui-red-100:                     #fdcfcf;
+@cui-red-200:                     #faadac;
+@cui-red-300:                     #f36d6b;
+@cui-red-400:                     #e83934;
+@cui-red-500:                     #d9150c;
+@cui-red-600:                     #bf1408;
+@cui-red-700:                     #990d00;
+@cui-red-800:                     #670901;
+@cui-red-900:                     #3f0600;
+
+@cui-purple-050:                  #f4f1fa;
+@cui-purple-100:                  #d5c9ed;
+@cui-purple-200:                  #ab93dc;
+@cui-purple-300:                  #9678d3;
+@cui-purple-400:                  #8263c2;
+@cui-purple-500:                  #6f47bf;
+@cui-purple-600:                  #552da6;
+@cui-purple-700:                  #4a1ca6;
+@cui-purple-800:                  #33058d;
+@cui-purple-900:                  #1e005a;
+
+// Old color set --------------------------------------------
 @cui-blue-gray-050:               #ECEFF1;
 @cui-blue-gray-100:               #CFD8DC;
 @cui-blue-gray-200:               #B0BEC5;
@@ -70,19 +142,6 @@
 @cui-blue-gray-800:               #36454F;
 @cui-blue-gray-900:               #232C34;
 
-@cui-blue-010:                    #F3F9FC;
-@cui-blue-050:                    #E9F6FB;
-@cui-blue-100:                    #BEE4F5;
-@cui-blue-200:                    #A9DBF1;
-@cui-blue-300:                    #7ECAEB;
-@cui-blue-400:                    #53B8E4;
-@cui-blue-500:                    #29A7DE;
-@cui-blue-600:                    #2496C7;
-@cui-blue-700:                    #0B7FAD;
-@cui-blue-800:                    #1C749B;
-@cui-blue-900:                    #186485;
-
-
 @cui-steel-050:                   #E8EEEE;
 @cui-steel-100:                   #C6D6D6;
 @cui-steel-200:                   #A0BABA;
@@ -105,17 +164,6 @@
 @cui-teal-800:                    #008177;
 @cui-teal-900:                    #006F66;
 
-@cui-green-050:                   #E2F3EA;
-@cui-green-100:                   #B7E2CD;
-@cui-green-200:                   #87CEAB;
-@cui-green-300:                   #57BB89;
-@cui-green-400:                   #33AC6F;
-@cui-green-500:                   #0F9D56;
-@cui-green-600:                   #0E914F;
-@cui-green-700:                   #0C7E45;
-@cui-green-800:                   #0A6E3C;
-@cui-green-900:                   #095E34;
-
 @cui-lime-010:                    #F4F9ED;
 @cui-lime-050:                    #EDF5E2;
 @cui-lime-100:                    #D2E6B9;
@@ -128,40 +176,6 @@
 @cui-lime-800:                    #49780D;
 @cui-lime-900:                    #3F670B;
 
-@cui-yellow-010:                  #FFF5DF;
-@cui-yellow-050:                  #FFFCE6;
-@cui-yellow-100:                  #FFFACC;
-@cui-yellow-200:                  #FFF599;
-@cui-yellow-300:                  #FFF066;
-@cui-yellow-400:                  #FFEB3B;
-@cui-yellow-500:                  #FFE600;
-@cui-yellow-600:                  #E6CF00;
-@cui-yellow-700:                  #B3A100;
-@cui-yellow-800:                  #807300;
-@cui-yellow-900:                  #4D4500;
-
-@cui-orange-050:                  #FBF1E1;
-@cui-orange-100:                  #FFE8AF;
-@cui-orange-200:                  #FFD466;
-@cui-orange-300:                  #EDB233;
-@cui-orange-400:                  #EBA81A;
-@cui-orange-500:                  #E99F01;
-@cui-orange-600:                  #D18F00;
-@cui-orange-700:                  #BA7F00;
-@cui-orange-800:                  #A36F00;
-@cui-orange-900:                  #8B572A;
-
-@cui-red-050:                     #FFE5E5;
-@cui-red-100:                     #FFCCCC;
-@cui-red-200:                     #FFB2B2;
-@cui-red-300:                     #E7808D;
-@cui-red-400:                     #DE4D5F;
-@cui-red-500:                     #D0021B;
-@cui-red-600:                     #BB0118;
-@cui-red-700:                     #A60115;
-@cui-red-800:                     #910112;
-@cui-red-900:                     #7C0110;
-
 @cui-pink-010:                    #FBF5F5;
 @cui-pink-050:                    #F2DEDE;
 @cui-pink-100:                    #F3BFD4;
@@ -174,17 +188,6 @@
 @cui-pink-800:                    #971B4D;
 @cui-pink-900:                    #821743;
 
-@cui-purple-050:                  #EFE9F5;
-@cui-purple-100:                  #D8C8E7;
-@cui-purple-200:                  #BDA3D6;
-@cui-purple-300:                  #A37EC6;
-@cui-purple-400:                  #8F62B9;
-@cui-purple-500:                  #7B46AD;
-@cui-purple-600:                  #71419F;
-@cui-purple-700:                  #62388A;
-@cui-purple-800:                  #563179;
-@cui-purple-900:                  #4A2A68;
-
 @cui-purple-gray-050:             #F1EFEF;
 @cui-purple-gray-100:             #D5CFD1;
 @cui-purple-gray-200:             #BAB0B3;
@@ -207,7 +210,6 @@
 @cui-green-gray-800:              #656252;
 @cui-green-gray-900:              #575446;
 
-
 // Service colors -------------------------------------------
 
 @cui-hive-color:                  @cui-yellow-700;
@@ -218,12 +220,12 @@
 @cui-zookeeper-color:             @cui-lime-600;
 @cui-oozie-color:                 @cui-blue-500;
 @cui-flume-color:                 @cui-orange-600;
-@cui-impala-color:                @cui-blue-900;
+@cui-impala-color:                @cui-blue-600;
 @cui-sqoop-color:                 @cui-green-600;
-@cui-solr-color:                  @cui-pink-900;
-@cui-spark-color:                 @cui-orange-900;
-@cui-pig-color:                   @cui-purple-900;
-@cui-yarn-color:                  @cui-yellow-900;
+@cui-solr-color:                  @cui-pink-600;
+@cui-spark-color:                 @cui-orange-600;
+@cui-pig-color:                   @cui-purple-600;
+@cui-yarn-color:                  @cui-yellow-600;
 @cui-s3-color:                    @cui-orange-500;
 @cui-api-color:                   @cui-gray-700;
 

+ 2 - 2
desktop/core/src/desktop/static/desktop/less/cui/variables.less

@@ -528,11 +528,11 @@
 @state-success-border:           @state-success-bg;
 
 @state-info-text:                @cui-blue-700;
-@state-info-bg:                  @cui-blue-010;
+@state-info-bg:                  @cui-blue-050;
 @state-info-border:              @state-info-bg;
 
 @state-warning-text:             @cui-orange-900;
-@state-warning-bg:               @cui-yellow-010;
+@state-warning-bg:               @cui-yellow-050;
 @state-warning-border:           @state-warning-bg;
 
 @state-danger-text:              @cui-red-700;

+ 1 - 1
desktop/core/src/desktop/static/desktop/less/hue-autocomplete.less

@@ -116,7 +116,7 @@
 }
 
 .autocompleter-suggestion:hover {
-  background-color: @cui-blue-010;
+  background-color: @cui-blue-050;
 }
 
 .autocompleter-suggestion.selected {

+ 1 - 1
desktop/core/src/desktop/static/desktop/less/hue-mixins.less

@@ -23,7 +23,7 @@
 
 */
 
-@hue-primary-color-dark: @cui-blue-700;
+@hue-primary-color-dark: #0B7FAD;
 @hue-primary-color-light: #DBE8F1;
 @hue-trunk: @cui-purple-300;
 

+ 1 - 1
desktop/libs/dashboard/src/dashboard/static/dashboard/css/admin.css

@@ -14,4 +14,4 @@ distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
- */.dashboard-admin .search-bar{background-color:#F8F8F8;border-bottom:1px solid #E0E0E0;-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.065);-moz-box-shadow:0 1px 4px rgba(0,0,0,0.065);box-shadow:0 1px 4px rgba(0,0,0,0.065);margin:0;margin-bottom:20px;padding:10px;padding-left:20px;padding-right:20px;text-align:left}.dashboard-admin .search-bar h4{font-size:20px !important;color:#0B7FAD !important;padding:0 !important;margin-top:4px !important;margin-left:20px;border:none !important;max-width:none !important}.dashboard-admin #collections{list-style-type:none;margin:0;padding:0;width:100%}.dashboard-admin .coll-heading{position:relative;top:10px}.dashboard-admin .placeholder{background-color:#F8F8F8;border:1px solid #E0E0E0;height:40px}.dashboard-admin .collection-actions{cursor:pointer;margin:10px 10px 0 0}.dashboard-admin .waiting{font-size:196px;color:#DCDCDC}.dashboard-admin h1.emptyMessage{margin-top:50px;color:#B4B4B4;line-height:60px}
+ */.dashboard-admin .search-bar{background-color:#f4f5f6;border-bottom:1px solid #eaebec;-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.065);-moz-box-shadow:0 1px 4px rgba(0,0,0,0.065);box-shadow:0 1px 4px rgba(0,0,0,0.065);margin:0;margin-bottom:20px;padding:10px;padding-left:20px;padding-right:20px;text-align:left}.dashboard-admin .search-bar h4{font-size:20px !important;color:#0B7FAD !important;padding:0 !important;margin-top:4px !important;margin-left:20px;border:none !important;max-width:none !important}.dashboard-admin #collections{list-style-type:none;margin:0;padding:0;width:100%}.dashboard-admin .coll-heading{position:relative;top:10px}.dashboard-admin .placeholder{background-color:#f4f5f6;border:1px solid #eaebec;height:40px}.dashboard-admin .collection-actions{cursor:pointer;margin:10px 10px 0 0}.dashboard-admin .waiting{font-size:196px;color:#d6d8db}.dashboard-admin h1.emptyMessage{margin-top:50px;color:#989ea4;line-height:60px}

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
desktop/libs/dashboard/src/dashboard/static/dashboard/css/common_dashboard.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
desktop/libs/dashboard/src/dashboard/static/dashboard/css/search.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
desktop/libs/indexer/src/indexer/static/indexer/css/importer.css


+ 1 - 1
desktop/libs/indexer/src/indexer/static/indexer/css/indexes.css

@@ -14,4 +14,4 @@ distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
- */.indexer-main{padding:20px;padding-top:10px}.indexer-main h4{font-weight:bold;color:#0B7FAD;font-size:14px;text-transform:uppercase;padding-left:4px;padding-bottom:3px;display:inline-block}.divider{padding-left:12px;color:#C8C8C8}
+ */.indexer-main{padding:20px;padding-top:10px}.indexer-main h4{font-weight:bold;color:#004496;font-size:14px;text-transform:uppercase;padding-left:4px;padding-bottom:3px;display:inline-block}.divider{padding-left:12px;color:#adb2b6}

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
desktop/libs/notebook/src/notebook/static/notebook/css/notebook.css


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.