Răsfoiți Sursa

HUE-6077 [frontend] Unified Hue dark blue to cui-blue-700

Enrico Berti 8 ani în urmă
părinte
comite
3c6e7fa
52 a modificat fișierele cu 137 adăugiri și 108 ștergeri
  1. 1 1
      apps/about/src/about/templates/admin_wizard.mako
  2. 0 0
      apps/filebrowser/src/filebrowser/static/filebrowser/css/listdir_components.css
  3. 24 4
      apps/filebrowser/src/filebrowser/static/filebrowser/less/listdir_components.less
  4. 0 0
      apps/hbase/src/hbase/static/hbase/css/hbase.css
  5. 1 1
      apps/hbase/src/hbase/static/hbase/less/hbase.less
  6. 1 1
      apps/impala/src/impala/static/impala/css/impala-dashboard.css
  7. 1 1
      apps/jobbrowser/src/jobbrowser/static/jobbrowser/css/jobbrowser-embeddable.css
  8. 3 1
      apps/jobbrowser/src/jobbrowser/static/jobbrowser/less/jobbrowser-embeddable.less
  9. 0 0
      apps/metastore/src/metastore/static/metastore/css/metastore.css
  10. 1 1
      apps/metastore/src/metastore/static/metastore/less/metastore.less
  11. 4 4
      apps/metastore/src/metastore/templates/metastore.mako
  12. 0 0
      apps/oozie/src/oozie/static/oozie/css/workflow-editor.css
  13. 5 3
      apps/oozie/src/oozie/static/oozie/less/workflow-editor.less
  14. 1 1
      apps/oozie/src/oozie/templates/editor2/common_workflow.mako
  15. 3 3
      apps/oozie/src/oozie/templates/editor2/workflow_editor.mako
  16. 1 1
      apps/pig/src/pig/static/pig/css/pig.css
  17. 1 1
      apps/rdbms/src/rdbms/templates/execute.mako
  18. 2 2
      apps/security/src/security/templates/hdfs.mako
  19. 1 1
      apps/security/src/security/templates/hive.mako
  20. 1 1
      apps/security/src/security/templates/sentry.mako
  21. 6 6
      desktop/core/src/desktop/static/desktop/css/bootstrap-medium-editor.css
  22. 4 4
      desktop/core/src/desktop/static/desktop/css/bootstrap-slider.css
  23. 3 3
      desktop/core/src/desktop/static/desktop/css/hue-mobile.css
  24. 0 0
      desktop/core/src/desktop/static/desktop/css/hue.css
  25. 0 0
      desktop/core/src/desktop/static/desktop/css/hue3-extra.css
  26. 18 18
      desktop/core/src/desktop/static/desktop/css/hue3.css
  27. 1 1
      desktop/core/src/desktop/static/desktop/css/login4.css
  28. 6 6
      desktop/core/src/desktop/static/desktop/css/wizard.css
  29. 6 6
      desktop/core/src/desktop/static/desktop/ext/css/selectize.css
  30. 1 1
      desktop/core/src/desktop/static/desktop/js/hue.colors.js
  31. 1 1
      desktop/core/src/desktop/static/desktop/js/jquery.blueprint.js
  32. 1 1
      desktop/core/src/desktop/static/desktop/js/jquery.notify.js
  33. 1 1
      desktop/core/src/desktop/static/desktop/js/sqlAutocompleter.js
  34. 1 1
      desktop/core/src/desktop/static/desktop/less/hue-mixins.less
  35. 1 1
      desktop/core/src/desktop/templates/check_config.mako
  36. 1 1
      desktop/core/src/desktop/templates/common_notebook_ko_components.mako
  37. 1 1
      desktop/core/src/desktop/templates/common_tree.mako
  38. 10 10
      desktop/core/src/desktop/templates/document_browser.mako
  39. 1 1
      desktop/core/src/desktop/templates/dump_config.mako
  40. 1 1
      desktop/core/src/desktop/templates/home2.mako
  41. 1 1
      desktop/core/src/desktop/templates/login.mako
  42. 3 3
      desktop/core/src/desktop/templates/unsupported.mako
  43. 1 1
      desktop/libs/dashboard/src/dashboard/static/dashboard/css/admin.css
  44. 0 0
      desktop/libs/dashboard/src/dashboard/static/dashboard/css/search.css
  45. 4 1
      desktop/libs/dashboard/src/dashboard/static/dashboard/less/admin.less
  46. 1 1
      desktop/libs/dashboard/src/dashboard/static/dashboard/less/common_dashboard.less
  47. 6 4
      desktop/libs/dashboard/src/dashboard/static/dashboard/less/search.less
  48. 2 2
      desktop/libs/indexer/src/indexer/static/indexer/css/admin.css
  49. 1 1
      desktop/libs/indexer/src/indexer/templates/collections.mako
  50. 1 1
      desktop/libs/liboauth/src/liboauth/templates/oauth-login.mako
  51. 0 0
      desktop/libs/notebook/src/notebook/static/notebook/css/notebook.css
  52. 2 2
      docs/docbook.css

+ 1 - 1
apps/about/src/about/templates/admin_wizard.mako

@@ -189,7 +189,7 @@ ${ layout.menubar(section='quick_start') }
               <h2 class="card-heading simple">${ _('Use the applications') }</h2>
 
               <div class="card-body">
-                <a href="${ url('desktop.views.home2') }" style="padding-left: 2px; line-height: 24px; margin-right: 4px"><i class="fa fa-home" style="font-size: 24px; color: #338bb8; vertical-align: middle;"></i> ${ _('Hue Home') }</a>
+                <a href="${ url('desktop.views.home2') }" style="padding-left: 2px; line-height: 24px; margin-right: 4px"><i class="fa fa-home" style="font-size: 24px; color: #0B7FAD; vertical-align: middle;"></i> ${ _('Hue Home') }</a>
               </div>
             </div>
 

Fișier diff suprimat deoarece este prea mare
+ 0 - 0
apps/filebrowser/src/filebrowser/static/filebrowser/css/listdir_components.css


+ 24 - 4
apps/filebrowser/src/filebrowser/static/filebrowser/less/listdir_components.less

@@ -1,3 +1,23 @@
+/*
+ Licensed to Cloudera, Inc. under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  Cloudera, Inc. licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ 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.
+*/
+
+@import (reference) "hue-mixins.less";
+
 .fixed {
   position: fixed;
   top: 40px;
@@ -100,7 +120,7 @@
 
 #jHueHdfsAutocomplete ul li:hover,  #jHueHdfsAutocomplete ul li.active {
   color: #FFFFFF;
-  background: #338BB8;
+  background: @hue-primary-color-dark;
 }
 
 #jHueHdfsAutocomplete .popover-content {
@@ -114,7 +134,7 @@
 }
 
 .history:hover {
-  border-bottom: 2px solid #338bb8;
+  border-bottom: 2px solid @hue-primary-color-dark;
 }
 
 .history a {
@@ -203,8 +223,8 @@
 
 .drag-hover {
   background: #e5e5e5;
-  border-left: 3px solid #338bb8;
-  border-right: 3px solid #338bb8;
+  border-left: 3px solid @hue-primary-color-dark;
+  border-right: 3px solid @hue-primary-color-dark;
 }
 
 .qq-upload-drop-area {

Fișier diff suprimat deoarece este prea mare
+ 0 - 0
apps/hbase/src/hbase/static/hbase/css/hbase.css


+ 1 - 1
apps/hbase/src/hbase/static/hbase/less/hbase.less

@@ -16,7 +16,7 @@
  limitations under the License.
 */
 
-@import (reference) "cui/colors.less";
+@import (reference) "hue-mixins.less";
 @import (reference) "cui/extra-variables.less";
 @import (reference) "hue-mixins.less";
 

+ 1 - 1
apps/impala/src/impala/static/impala/css/impala-dashboard.css

@@ -229,7 +229,7 @@ em {
 .editor-title {
   font-weight: bold;
   color: #262626;
-  border-bottom: 1px solid #338bb8;
+  border-bottom: 1px solid #0B7FAD;
 }
 
 .document-details {

+ 1 - 1
apps/jobbrowser/src/jobbrowser/static/jobbrowser/css/jobbrowser-embeddable.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.
- */.jobbrowser-components .content-panel-inner{padding:10px}.jobbrowser-components .tab-content{padding:10px;border:none !important}.jobbrowser-components .hue-breadcrumbs-bar{padding:0}.jobbrowser-components .hue-breadcrumbs-bar li{padding:12px}.jobbrowser-components .hue-breadcrumbs-bar li:first-child{padding-left:0;padding-right:0}.jobbrowser-components .hue-breadcrumbs-bar a{color:#338BB8 !important;display:inline !important}.jobbrowser-components .divider{color:#CCC;padding-right:12px}.jobbrowser-components .app-icon{vertical-align:text-top}
+ */.jobbrowser-components .content-panel-inner{padding:10px}.jobbrowser-components .tab-content{padding:10px;border:none !important}.jobbrowser-components .hue-breadcrumbs-bar{padding:0}.jobbrowser-components .hue-breadcrumbs-bar li{padding:12px}.jobbrowser-components .hue-breadcrumbs-bar li:first-child{padding-left:0;padding-right:0}.jobbrowser-components .hue-breadcrumbs-bar a{color:#0B7FAD !important;display:inline !important}.jobbrowser-components .divider{color:#CCC;padding-right:12px}.jobbrowser-components .app-icon{vertical-align:text-top}

+ 3 - 1
apps/jobbrowser/src/jobbrowser/static/jobbrowser/less/jobbrowser-embeddable.less

@@ -16,6 +16,8 @@
  limitations under the License.
 */
 
+@import (reference) "hue-mixins.less";
+
 .jobbrowser-components {
   .content-panel-inner {
     padding: 10px;
@@ -39,7 +41,7 @@
   }
 
   .hue-breadcrumbs-bar a {
-    color: #338BB8 !important;
+    color: @hue-primary-color-dark !important;
     display: inline !important;
   }
 

Fișier diff suprimat deoarece este prea mare
+ 0 - 0
apps/metastore/src/metastore/static/metastore/css/metastore.css


+ 1 - 1
apps/metastore/src/metastore/static/metastore/less/metastore.less

@@ -16,7 +16,7 @@
  limitations under the License.
 */
 
-@import (reference) "cui/colors.less";
+@import (reference) "hue-mixins.less";
 @import (reference) "hue-mixins.less";
 
 .hue-breadcrumbs-bar {

+ 4 - 4
apps/metastore/src/metastore/templates/metastore.mako

@@ -139,7 +139,7 @@ ${ components.menubar() }
           <!-- ko if: $root.optimizerEnabled  -->
           <td>
             <div class="progress" style="height: 10px; width: 70px; margin-top:5px;" data-bind="attr: { 'title': popularity() }">
-              <div class="bar" style="background-color: #338bb8" data-bind="style: { 'width' : popularity() + '%' }"></div>
+              <div class="bar" style="background-color: #0B7FAD" data-bind="style: { 'width' : popularity() + '%' }"></div>
             </div>
           </td>
           <!-- /ko -->
@@ -489,7 +489,7 @@ ${ components.menubar() }
                 <!-- ko if: optimizerStats() -->
                 <td>
                   <div class="progress" style="height: 10px; width: 70px; margin-top:5px;" data-bind="attr: {'title': optimizerStats().popularity}">
-                    <div class="bar" style="background-color: #338bb8" data-bind="style: { 'width' : optimizerStats().popularity + '%' }"></div>
+                    <div class="bar" style="background-color: #0B7FAD" data-bind="style: { 'width' : optimizerStats().popularity + '%' }"></div>
                   </div>
                 </td>
                 <td data-bind="text: optimizerStats().column_count"></td>
@@ -767,7 +767,7 @@ ${ components.menubar() }
     <tr class="pointer" data-bind="click: function(){ window.open($root.optimizerUrl() + '#/query/' + qid(), '_blank'); }">
       <td data-bind="text: qid"></td>
       <td style="height: 10px; width: 70px; margin-top:5px;" data-bind="attr: {'title': queryCount()}">
-        <div class="progress bar" style="background-color: #338bb8" data-bind="style: { 'width' : Math.round(queryCount() / $parent.optimizerDetails().queryCount() * 100) + '%' }"></div>
+        <div class="progress bar" style="background-color: #0B7FAD" data-bind="style: { 'width' : Math.round(queryCount() / $parent.optimizerDetails().queryCount() * 100) + '%' }"></div>
       </td>
       <td><code data-bind="text: queryChar"></code></td>
       <td><code data-bind="text: query().substring(0, 100) + '...'"></code></td>
@@ -983,7 +983,7 @@ ${ components.menubar() }
           <tr>
             <td class="pointer" data-bind="text: tableEid, click: function(){ window.open($root.optimizerUrl() + '#/table/' + tableEid(), '_blank'); }"></td>
             <td style="height: 10px; width: 70px; margin-top:5px;" data-bind="attr: {'title': joinpercent()}">
-              <div class="progress bar" style="background-color: #338bb8" data-bind="style: { 'width' : joinpercent() + '%' }"></div>
+              <div class="progress bar" style="background-color: #0B7FAD" data-bind="style: { 'width' : joinpercent() + '%' }"></div>
             </td>
             <td><a data-bind="text: tableName, attr: { href: '/metastore/table/' + $root.database().name + '/' + tableName() }"></a></td>
             <td class="pointer"><code data-bind="text: joinColumns, click: scrollToColumn"></code></td>

Fișier diff suprimat deoarece este prea mare
+ 0 - 0
apps/oozie/src/oozie/static/oozie/css/workflow-editor.css


+ 5 - 3
apps/oozie/src/oozie/static/oozie/less/workflow-editor.less

@@ -16,6 +16,8 @@
  limitations under the License.
 */
 
+@import (reference) "hue-mixins.less";
+
 #oozie_workflowComponents {
 
   .draggable-widget, .draggable-icon {
@@ -107,7 +109,7 @@
   }
 
   .widget-icon {
-    color: #338bb8;
+    color: @hue-primary-color-dark;
     height: 16px;
     width: 16px;
     margin-left: 3px;
@@ -124,7 +126,7 @@
     height: 0;
     border-style: solid;
     border-width: 0 40px 40px 0;
-    border-color: transparent #338bb8 transparent transparent;
+    border-color: transparent @hue-primary-color-dark transparent transparent;
     cursor: pointer;
   }
 
@@ -136,7 +138,7 @@
 
   .card-widget h6 {
     text-transform: uppercase;
-    color: #338bb8;
+    color: @hue-primary-color-dark;
     margin-bottom: 1px;
   }
 

+ 1 - 1
apps/oozie/src/oozie/templates/editor2/common_workflow.mako

@@ -173,7 +173,7 @@
       <!-- /ko -->
 
       <!-- ko if: widgetType() == 'hive2-widget' || widgetType() == 'hive-document-widget' -->
-      <img src="${ static('oozie/art/icon_beeswax_48.png') }" class="widget-icon" alt="${ _('Hive icon') }"><sup style="color: #338bb8; margin-left: -4px">2</sup>
+      <img src="${ static('oozie/art/icon_beeswax_48.png') }" class="widget-icon" alt="${ _('Hive icon') }"><sup style="color: #0B7FAD; margin-left: -4px">2</sup>
       <!-- /ko -->
 
       <!-- ko if: widgetType() == 'impala-widget' || widgetType() == 'impala-document-widget' -->

+ 3 - 3
apps/oozie/src/oozie/templates/editor2/workflow_editor.mako

@@ -148,7 +148,7 @@ ${ layout.menubar(section='workflows', is_editor=True, pullright=buttons, is_emb
                     draggable: {data: draggableHiveDocumentAction(), isEnabled: true,
                     options: {'refreshPositions': true, 'stop': function(){ $root.isDragging(false); }, 'start': function(event, ui){ $root.isDragging(true); $root.currentlyDraggedWidget(draggableHiveDocumentAction());}}}"
          title="${_('Hive query')}" rel="tooltip" data-placement="top">
-         <a class="draggable-icon"><img src="${ static('oozie/art/icon_beeswax_48.png') }" class="app-icon" alt="${ _('Hive icon') }"><sup style="color: #338bb8; margin-left: -4px; top: -14px; font-size: 12px">2</sup></a>
+         <a class="draggable-icon"><img src="${ static('oozie/art/icon_beeswax_48.png') }" class="app-icon" alt="${ _('Hive icon') }"><sup style="color: #0B7FAD; margin-left: -4px; top: -14px; font-size: 12px">2</sup></a>
     </div>
 
     % if ENABLE_IMPALA_ACTION.get():
@@ -220,7 +220,7 @@ ${ layout.menubar(section='workflows', is_editor=True, pullright=buttons, is_emb
                     draggable: {data: draggableHiveDocumentAction(), isEnabled: true,
                     options: {'refreshPositions': true, 'stop': function(){ $root.isDragging(false); }, 'start': function(event, ui){ $root.isDragging(true); $root.currentlyDraggedWidget(draggableHiveDocumentAction());}}}"
          title="${_('Hive query')}" rel="tooltip" data-placement="top">
-         <a class="draggable-icon"><img src="${ static('oozie/art/icon_beeswax_48.png') }" class="app-icon" alt="${ _('Hive icon') }"><sup style="color: #338bb8; margin-left: -4px; top: -14px; font-size: 12px">2</sup></a>
+         <a class="draggable-icon"><img src="${ static('oozie/art/icon_beeswax_48.png') }" class="app-icon" alt="${ _('Hive icon') }"><sup style="color: #0B7FAD; margin-left: -4px; top: -14px; font-size: 12px">2</sup></a>
     </div>
     % endif
 
@@ -235,7 +235,7 @@ ${ layout.menubar(section='workflows', is_editor=True, pullright=buttons, is_emb
                     draggable: {data: draggableHive2Action(), isEnabled: true,
                     options: {'refreshPositions': true, 'stop': function(){ $root.isDragging(false); }, 'start': function(event, ui){ $root.isDragging(true); $root.currentlyDraggedWidget(draggableHive2Action());}}}"
          title="${_('HiveServer2 Script')}" rel="tooltip" data-placement="top">
-         <a class="draggable-icon"><img src="${ static('oozie/art/icon_beeswax_48.png') }" class="app-icon" alt="${ _('Hive icon') }"><sup style="color: #338bb8; margin-left: -4px; top: -14px; font-size: 12px">2</sup></a>
+         <a class="draggable-icon"><img src="${ static('oozie/art/icon_beeswax_48.png') }" class="app-icon" alt="${ _('Hive icon') }"><sup style="color: #0B7FAD; margin-left: -4px; top: -14px; font-size: 12px">2</sup></a>
     </div>
 
     % if ENABLE_IMPALA_ACTION.get():

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

@@ -104,7 +104,7 @@
   float: right;
   font-size: 48px;
   opacity: 0.4;
-  color: #338bb8;
+  color: #0B7FAD;
   cursor: pointer;
   margin-top: 6px;
 }

+ 1 - 1
apps/rdbms/src/rdbms/templates/execute.mako

@@ -261,7 +261,7 @@ ${ commonshare() | n,unicode }
   }
 
   .hue-breadcrumbs-bar a {
-    color: #338BB8 !important;
+    color: #0B7FAD !important;
     display: inline !important;
   }
 

+ 2 - 2
apps/security/src/security/templates/hdfs.mako

@@ -279,11 +279,11 @@ ${ layout.menubar(section='hdfs') }
 </%def>
 
 <%def name="aclBitPullRight()">
-  <div class="pull-right rwx" data-bind="style: { color: aclBit() ? '#338bb8': '#999999'}">
+  <div class="pull-right rwx" data-bind="style: { color: aclBit() ? '#0B7FAD': '#999999'}">
     <span data-bind="text: rwx"></span>
   </div>
   <div class="pull-right">
-    <i class="fa fa-shield" data-bind="visible: aclBit()" style="color: #338bb8" title="${ _('Has some ACLs') }"></i>
+    <i class="fa fa-shield" data-bind="visible: aclBit()" style="color: #0B7FAD" title="${ _('Has some ACLs') }"></i>
   </div>
 </%def>
 

+ 1 - 1
apps/security/src/security/templates/hive.mako

@@ -551,7 +551,7 @@ ${ layout.menubar(section='hive1') }
 
 <%def name="withPrivilegesPullRight()">
   <div class="pull-right">
-    <i class="fa fa-shield" data-bind="visible: withPrivileges()" style="color: #338bb8" title="${ _('Has some privileges') }"></i>&nbsp;
+    <i class="fa fa-shield" data-bind="visible: withPrivileges()" style="color: #0B7FAD" title="${ _('Has some privileges') }"></i>&nbsp;
     <i class="fa fa-file-o muted" data-bind="click: $root.assist.showHdfs ,visible: isTable()"></i>
   </div>
 </%def>

+ 1 - 1
apps/security/src/security/templates/sentry.mako

@@ -608,7 +608,7 @@ ${ layout.menubar(section=component) }
 
 <%def name="withPrivilegesPullRight()">
   <div class="pull-right">
-    <i class="fa fa-shield" data-bind="visible: withPrivileges()" style="color: #338bb8" title="${ _('Has some privileges') }"></i>&nbsp;
+    <i class="fa fa-shield" data-bind="visible: withPrivileges()" style="color: #0B7FAD" title="${ _('Has some privileges') }"></i>&nbsp;
     <i class="fa fa-file-o muted" data-bind="click: $root.assist.showAuthorizable ,visible: isTable()"></i>
   </div>
 </%def>

+ 6 - 6
desktop/core/src/desktop/static/desktop/css/bootstrap-medium-editor.css

@@ -1,13 +1,13 @@
 .medium-toolbar-arrow-under:after {
   top: 60px;
-  border-color: #338BB8 transparent transparent transparent; }
+  border-color: #0B7FAD transparent transparent transparent; }
 
 .medium-toolbar-arrow-over:before {
-  border-color: transparent transparent #338BB8 transparent; }
+  border-color: transparent transparent #0B7FAD transparent; }
 
 .medium-editor-toolbar {
   border: 1px solid #357ebd;
-  background-color: #338BB8;
+  background-color: #0B7FAD;
   border-radius: 4px;
   -webkit-transition: top 0.075s ease-out, left 0.075s ease-out;
           transition: top 0.075s ease-out, left 0.075s ease-out; }
@@ -36,12 +36,12 @@
     color: #fff; }
 
 .medium-editor-toolbar-form {
-  background: #338BB8;
+  background: #0B7FAD;
   color: #fff;
   border-radius: 4px; }
   .medium-editor-toolbar-form .medium-editor-toolbar-input {
     height: 60px;
-    background: #338BB8;
+    background: #0B7FAD;
     color: #fff; }
     .medium-editor-toolbar-form .medium-editor-toolbar-input::-webkit-input-placeholder {
       color: #fff;
@@ -61,7 +61,7 @@
     color: #fff; }
 
 .medium-editor-toolbar-anchor-preview {
-  background: #338BB8;
+  background: #0B7FAD;
   color: #fff;
   border-radius: 4px; }
 

+ 4 - 4
desktop/core/src/desktop/static/desktop/css/bootstrap-slider.css

@@ -51,7 +51,7 @@
   border-width: 0 10px 10px 10px;
   width: 0;
   height: 0;
-  border-bottom-color: #338BB8;
+  border-bottom-color: #0B7FAD;
   margin-top: 0;
   outline: none;
 }
@@ -122,10 +122,10 @@
   width: 20px;
   height: 20px;
   background-color: #3a94a5;
-  background-image: -webkit-linear-gradient(top, #149bdf 0%, #338BB8 100%);
-  background-image: linear-gradient(to bottom, #149bdf 0%, #338BB8 100%);
+  background-image: -webkit-linear-gradient(top, #149bdf 0%, #0B7FAD 100%);
+  background-image: linear-gradient(to bottom, #149bdf 0%, #0B7FAD 100%);
   background-repeat: repeat-x;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff338BB8', GradientType=0);
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0B7FAD', GradientType=0);
   filter: none;
   -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
   box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);

+ 3 - 3
desktop/core/src/desktop/static/desktop/css/hue-mobile.css

@@ -39,7 +39,7 @@ body.open {
 }
 
 .navbar-inner {
-  background-color: #338BB8;
+  background-color: #0B7FAD;
 }
 
 .navbar .btn-navbar {
@@ -84,7 +84,7 @@ body.open {
 }
 
 .blue {
-  color: #338BB8!important;
+  color: #0B7FAD!important;
 }
 
 .inactive-action,
@@ -107,7 +107,7 @@ body.open {
 
 .inactive-action:not(.disabled):hover,
 .inactive-action:not(.disabled):hover > a {
-  color: #338bb8 !important;
+  color: #0B7FAD !important;
 }
 
 .inactive-action:focus {

Fișier diff suprimat deoarece este prea mare
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


Fișier diff suprimat deoarece este prea mare
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue3-extra.css


+ 18 - 18
desktop/core/src/desktop/static/desktop/css/hue3.css

@@ -380,7 +380,7 @@ a#advanced-btn:hover {
 
 .blue,
 .card-heading-blue {
-  color: #338BB8!important;
+  color: #0B7FAD!important;
 }
 
 .red {
@@ -436,7 +436,7 @@ a#advanced-btn:hover {
   position: fixed;
   top: 0;
   width: 100%;
-  background-color: #338BB8;
+  background-color: #0B7FAD;
   height: 28px;
   z-index: 1033;
   min-width: 740px;
@@ -612,11 +612,11 @@ a, a:hover, a:active, a:focus {
 }
 
 .side-labels .feedback {
-  background-color: #338BB8;
+  background-color: #0B7FAD;
 }
 
 .side-labels .feedback:hover {
-  border-top-color: #338BB8;
+  border-top-color: #0B7FAD;
 }
 
 body.modal-open {
@@ -647,7 +647,7 @@ html.modal-open {
 }
 
 .isShared {
-  color: #338bb8!important;
+  color: #0B7FAD!important;
 }
 
 #documentShareModal .modal-body {
@@ -713,7 +713,7 @@ html.modal-open {
 
 .jHueAutocomplete .popover-content ul li:hover, .jHueAutocomplete .popover-content ul li.active {
   color: #FFFFFF;
-  background: #338BB8;
+  background: #0B7FAD;
 }
 
 .fa-1halfx {
@@ -977,7 +977,7 @@ div.navigator .pull-right .nav {
 
 .inactive-action:not(.disabled):hover,
 .inactive-action:not(.disabled):hover > a {
-  color: #338bb8 !important;
+  color: #0B7FAD !important;
 }
 
 .inactive-action:focus {
@@ -1084,7 +1084,7 @@ body {
   bottom: -6px;
   left: 50%;
   margin-left: -6px;
-  border-top-color: #338BB8;
+  border-top-color: #0B7FAD;
   border-bottom-width: 0;
 }
 
@@ -1092,7 +1092,7 @@ body {
   bottom: 1px;
   margin-left: -3px;
   content: "";
-  border-top-color: #338BB8;
+  border-top-color: #0B7FAD;
   border-bottom-width: 0;
 }
 
@@ -1104,7 +1104,7 @@ body {
   top: 50%;
   left: -6px;
   margin-top: -6px;
-  border-right-color: #338BB8;
+  border-right-color: #0B7FAD;
   border-left-width: 0;
 }
 
@@ -1112,7 +1112,7 @@ body {
   bottom: -3px;
   left: 1px;
   content: "";
-  border-right-color: #338BB8;
+  border-right-color: #0B7FAD;
   border-left-width: 0;
 }
 
@@ -1125,7 +1125,7 @@ body {
   left: 50%;
   margin-left: -6px;
   border-top-width: 0;
-  border-bottom-color: #338BB8;
+  border-bottom-color: #0B7FAD;
 }
 
 .hue-popover.hue-popover-bottom .hue-popover-arrow::after {
@@ -1133,7 +1133,7 @@ body {
   margin-left: -3px;
   content: "";
   border-top-width: 0;
-  border-bottom-color: #338BB8;
+  border-bottom-color: #0B7FAD;
 }
 
 .hue-popover.hue-popover-left {
@@ -1145,7 +1145,7 @@ body {
   right: -6px;
   margin-top: -3px;
   border-right-width: 0;
-  border-left-color: #338BB8;
+  border-left-color: #0B7FAD;
 }
 
 .hue-popover.hue-popover-left .hue-popover-arrow::after {
@@ -1153,7 +1153,7 @@ body {
   bottom: -3px;
   content: "";
   border-right-width: 0;
-  border-left-color: #338BB8;
+  border-left-color: #0B7FAD;
 }
 
 .hue-popover-title {
@@ -1781,7 +1781,7 @@ input:invalid:focus,textarea:invalid:focus,select:invalid:focus {
 }
 
 .uploadstatusbar div {
-  background-color: #338bb8;
+  background-color: #0B7FAD;
   height: 4px;
   width: 30%;
 }
@@ -1792,13 +1792,13 @@ input:invalid:focus,textarea:invalid:focus,select:invalid:focus {
 
 .progress-row-bar {
   height: 1px;
-  background-color: #338BB8;
+  background-color: #0B7FAD;
   width: 0;
   margin-top: 3px;
 }
 
 .progress .bar-upload {
-  background-color: #338BB8!important;
+  background-color: #0B7FAD!important;
 }
 
 .help-inline.muted {

+ 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:140px;height:70px;text-align:center}.svg-hue-logo-main{fill:#338BB8}.svg-hue-logo-trunk{fill:#A585B9}
+ */.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:140px;height:70px;text-align:center}.svg-hue-logo-main{fill:#0B7FAD}.svg-hue-logo-trunk{fill:#A585B9}

+ 6 - 6
desktop/core/src/desktop/static/desktop/css/wizard.css

@@ -66,12 +66,12 @@
 }
 
 .step-indicator .active .step {
-  border-color: #338BB8;
-  color: #338BB8;
+  border-color: #0B7FAD;
+  color: #0B7FAD;
 }
 
 .step-indicator .active .caption {
-  color: #338BB8;
+  color: #0B7FAD;
 }
 
 .step-indicator .complete .step {
@@ -93,12 +93,12 @@
 }
 
 .step-indicator .active.complete .step {
-  border-color: #338BB8;
-  color: #338BB8;
+  border-color: #0B7FAD;
+  color: #0B7FAD;
 }
 
 .step-indicator .active.complete .caption {
-  color: #338BB8;
+  color: #0B7FAD;
 }
 
 .step-indicator .inactive .caption {

+ 6 - 6
desktop/core/src/desktop/static/desktop/ext/css/selectize.css

@@ -173,7 +173,7 @@
 }
 
 .selectize-edit:hover {
-  color: #338BB8;
+  color: #0B7FAD;
 }
 
 .selectize-actions {
@@ -193,7 +193,7 @@
 }
 
 .selectize-actions i:hover {
-  color: #338BB8;
+  color: #0B7FAD;
 }
 
 .selectize-control.multi .selectize-input.has-items {
@@ -234,9 +234,9 @@
   cursor: pointer;
   margin: 0 3px 3px 0;
   padding: 2px 6px;
-  background: #338BB8;
+  background: #0B7FAD;
   color: #FFF;
-  border: 0 solid #338BB8;
+  border: 0 solid #0B7FAD;
   border-radius: 5px
 }
 
@@ -246,8 +246,8 @@
 
 .selectize-control.multi .selectize-input > div.active {
   background: #DBE8F1;
-  color: #338BB8;
-  border: 0 solid #338BB8;
+  color: #0B7FAD;
+  border: 0 solid #0B7FAD;
 }
 
 .selectize-control.multi .selectize-input.disabled > div,

+ 1 - 1
desktop/core/src/desktop/static/desktop/js/hue.colors.js

@@ -168,7 +168,7 @@ var HueColors = {
   },
   LIGHT_BLUE: "#DBE8F1",
   BLUE: "#87BAD5",
-  DARK_BLUE: "#338BB8",
+  DARK_BLUE: "#0B7FAD",
   DARKER_BLUE: "#205875",
   PURPLE: "#C0B1E9",
   GRAY: "#666666",

+ 1 - 1
desktop/core/src/desktop/static/desktop/js/jquery.blueprint.js

@@ -23,7 +23,7 @@
       COLORS = {
         ORANGE: "#FB950D",
         GREEN: "#419E08",
-        BLUE: "#338BB8",
+        BLUE: "#0B7FAD",
         RED: "#CE151D",
         PURPLE: "#572B91",
         TURQUOISE: "#049D84",

+ 1 - 1
desktop/core/src/desktop/static/desktop/js/jquery.notify.js

@@ -72,7 +72,7 @@
       }
       else if (_this.options.level == TYPES.INFO) {
         el.addClass("alert-info");
-        scrollColor = '#338bb8';
+        scrollColor = '#0B7FAD';
       }
       el.find(".message").html("<strong>" + _this.options.message + "</strong>");
 

+ 1 - 1
desktop/core/src/desktop/static/desktop/js/sqlAutocompleter.js

@@ -885,7 +885,7 @@ var SqlAutocompleter = (function () {
         var optData = self.topTablesPerDb[item.database][table];
         item.docHTML = '<table style="margin:10px;">' +
             '<tr style="height: 20px;"><td style="width: 80px;">Table:</td><td style="width: 100px;">' + optData.name + '</td></tr>' +
-            '<tr style="height: 20px;"><td style="width: 80px;">Popularity:</td><td style="width: 100px;"><div class="progress" style="height: 10px; width: 100px;"><div class="bar" style="background-color: #338bb8; width: ' + optData.popularity + '%" ></div></div></td></tr>' +
+            '<tr style="height: 20px;"><td style="width: 80px;">Popularity:</td><td style="width: 100px;"><div class="progress" style="height: 10px; width: 100px;"><div class="bar" style="background-color: #0B7FAD; width: ' + optData.popularity + '%" ></div></div></td></tr>' +
             '<tr style="height: 20px;"><td style="width: 80px;">Columns:</td><td style="width: 100px;">' + optData.column_count + '</td></tr>' +
             '<tr style="height: 20px;"><td style="width: 80px;">Fact:</td><td style="width: 100px;">' + optData.is_fact + '</td></tr>' +
             '</table>';

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

@@ -25,7 +25,7 @@
 
 */
 
-@hue-primary-color-dark: #338BB8;
+@hue-primary-color-dark: @cui-blue-700;
 @hue-primary-color-light: #DBE8F1;
 @hue-trunk: #A585B9;
 

+ 1 - 1
desktop/core/src/desktop/templates/check_config.mako

@@ -16,7 +16,7 @@
 <%!
 from django.utils.translation import ugettext as _
 %>
-    ${_('Configuration files located in')} <code style="color: #338BB8">${conf_dir}</code>
+    ${_('Configuration files located in')} <code style="color: #0B7FAD">${conf_dir}</code>
 
     <br/><br/>
     % if error_list:

+ 1 - 1
desktop/core/src/desktop/templates/common_notebook_ko_components.mako

@@ -63,7 +63,7 @@ except ImportError, e:
             <img class="snippet-icon" data-bind="attr: { 'src': $root.getSnippetViewSettings(type()).snippetImage }"  alt="${ _('Snippet icon') }">
             <!-- /ko -->
             <!-- ko if: $root.getSnippetViewSettings(type()).snippetIcon -->
-            <i style="margin-left: 2px; color: #338bb8;" class="fa snippet-icon" data-bind="css: $root.getSnippetViewSettings(type()).snippetIcon"></i>
+            <i style="margin-left: 2px; color: #0B7FAD;" class="fa snippet-icon" data-bind="css: $root.getSnippetViewSettings(type()).snippetIcon"></i>
             <!-- /ko -->
             </div>
             <span data-bind="text: name"></span>

+ 1 - 1
desktop/core/src/desktop/templates/common_tree.mako

@@ -98,7 +98,7 @@
                   %endif
               },
               %if styleModifier:
-                style: { color: ${styleModifier}() ? '#338bb8': '#999999'}
+                style: { color: ${styleModifier}() ? '#0B7FAD': '#999999'}
               %else:
                 style: { color: '#999999'}
               %endif

+ 10 - 10
desktop/core/src/desktop/templates/document_browser.mako

@@ -100,11 +100,11 @@ from desktop.views import _ko
     }
 
     .doc-browser-breadcrumbs li:not(.divider):not(.active):hover {
-      border-bottom: 2px solid #338BB8;
+      border-bottom: 2px solid #0B7FAD;
     }
 
     .doc-browser-breadcrumbs a {
-      color: #338BB8 !important;
+      color: #0B7FAD !important;
     }
 
     .doc-browser-breadcrumbs a:hover {
@@ -156,13 +156,13 @@ from desktop.views import _ko
     }
 
     .doc-browser-list i {
-      color: #338BB8;
+      color: #0B7FAD;
       font-size: 20px;
       font-weight: lighter;
     }
 
     .doc-browser-list .hi {
-      color: #338BB8;
+      color: #0B7FAD;
       font-size: 24px;
     }
 
@@ -234,7 +234,7 @@ from desktop.views import _ko
     }
 
     .doc-browser-shared-icon-active {
-      color: #338BB8 !important;
+      color: #0B7FAD !important;
     }
 
     .doc-browser-type {
@@ -255,7 +255,7 @@ from desktop.views import _ko
 
     .doc-browser-drag-select {
       position: fixed;
-      border: 1px solid #338BB8;
+      border: 1px solid #0B7FAD;
       cursor: pointer;
     }
 
@@ -272,7 +272,7 @@ from desktop.views import _ko
       vertical-align: middle;
       padding: 1px 12px 1px 7px;
       cursor: pointer;
-      background-color: #338BB8;
+      background-color: #0B7FAD;
       color: #DBE8F1;
       border-radius: 2px;
       z-index: 1000;
@@ -290,11 +290,11 @@ from desktop.views import _ko
     }
 
     .doc-browser-drop-hover {
-      border: 1px solid #338BB8 !important;
+      border: 1px solid #0B7FAD !important;
     }
 
     .hue-breadcrumbs-bar a {
-      color: #338BB8 !important;
+      color: #0B7FAD !important;
       display: inline !important;
     }
 
@@ -667,7 +667,7 @@ from desktop.views import _ko
                 % if SHOW_NOTEBOOKS.get():
                   <li>
                     <a title="${_('Notebook')}" data-bind="attr: { href: addDirectoryParamToUrl('${ url('notebook:index') }') }, click: ${ is_embeddable and 'openHue4Link' or 'openExternalLink' }">
-                      <i style="font-size: 24px; line-height: 24px; vertical-align: middle; color: #338BB8;" class="fa app-icon fa-fw fa-file-text-o"></i> ${_('Notebook')}
+                      <i style="font-size: 24px; line-height: 24px; vertical-align: middle; color: #0B7FAD;" class="fa app-icon fa-fw fa-file-text-o"></i> ${_('Notebook')}
                     </a>
                   </li>
                 % endif

+ 1 - 1
desktop/core/src/desktop/templates/dump_config.mako

@@ -38,7 +38,7 @@ ${ layout.menubar(section='dump_config') }
     <div class="card card-home">
       <h2 class="card-heading simple">
         <div class="pull-right muted">
-          ${_('Configuration files located in')} <code style="color: #338BB8">${conf_dir}</code>
+          ${_('Configuration files located in')} <code style="color: #0B7FAD">${conf_dir}</code>
         </div>
         ${_('Configuration Sections and Variables')}
       </h2>

+ 1 - 1
desktop/core/src/desktop/templates/home2.mako

@@ -155,7 +155,7 @@ ${ common_home.homeJSModels(is_embeddable) }
 
   .hide-assist:hover {
     margin-right: 2px;
-    color: #338bb8;
+    color: #0B7FAD;
   }
 
   .home-container {

+ 1 - 1
desktop/core/src/desktop/templates/login.mako

@@ -40,7 +40,7 @@ ${ commonheader(_("Welcome to Hue"), "login", user, request, "50px", True, True)
   .footer {
     position: fixed;
     bottom: 0;
-    background-color: #338BB8;
+    background-color: #0B7FAD;
     height: 6px;
     width: 100%;
   }

+ 3 - 3
desktop/core/src/desktop/templates/unsupported.mako

@@ -48,7 +48,7 @@
     }
 
     .header {
-      background-color: #338BB8;
+      background-color: #0B7FAD;
       position: fixed;
       top: 0;
       width: 100%;
@@ -59,7 +59,7 @@
     .footer {
       position: fixed;
       bottom: 0;
-      background-color: #338BB8;
+      background-color: #0B7FAD;
       color: #FFF;
       font-size: 10px;
       width: 100%;
@@ -68,7 +68,7 @@
     }
 
     a {
-      color: #338bb8;
+      color: #0B7FAD;
       text-decoration: none;
       font-weight: bold;
     }

+ 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:#fafafa;border-bottom:1px solid #e3e3e3;-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:#338BB8 !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:#F5F5F5;border:1px solid #E3E3E3;height:40px}.dashboard-admin .collection-actions{cursor:pointer;margin:10px 10px 0 0}.dashboard-admin .waiting{font-size:196px;color:#DDD}.dashboard-admin h1.emptyMessage{margin-top:50px;color:#BBB;line-height:60px}
+ */.dashboard-admin .search-bar{background-color:#fafafa;border-bottom:1px solid #e3e3e3;-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:#F5F5F5;border:1px solid #E3E3E3;height:40px}.dashboard-admin .collection-actions{cursor:pointer;margin:10px 10px 0 0}.dashboard-admin .waiting{font-size:196px;color:#DDD}.dashboard-admin h1.emptyMessage{margin-top:50px;color:#BBB;line-height:60px}

Fișier diff suprimat deoarece este prea mare
+ 0 - 0
desktop/libs/dashboard/src/dashboard/static/dashboard/css/search.css


+ 4 - 1
desktop/libs/dashboard/src/dashboard/static/dashboard/less/admin.less

@@ -15,6 +15,9 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 */
+
+@import (reference) "hue-mixins.less";
+
 .dashboard-admin {
   .search-bar {
     background-color: #fafafa;
@@ -32,7 +35,7 @@
 
   .search-bar h4 {
     font-size: 20px !important;
-    color: #338BB8 !important;
+    color: @hue-primary-color-dark !important;
     padding: 0 !important;
     margin-top: 4px !important;
     margin-left: 20px;

+ 1 - 1
desktop/libs/dashboard/src/dashboard/static/dashboard/less/common_dashboard.less

@@ -16,7 +16,7 @@
  limitations under the License.
 */
 
-@import (reference) "cui/colors.less";
+@import (reference) "hue-mixins.less";
 
 .dashboard-container {
   .dashboard .container-fluid {

+ 6 - 4
desktop/libs/dashboard/src/dashboard/static/dashboard/less/search.less

@@ -16,6 +16,8 @@
  limitations under the License.
 */
 
+@import (reference) "hue-mixins.less";
+
 .dashboard-container {
   .dropdown-menu li {
     font-size: 14px;
@@ -247,7 +249,7 @@
   .editor-title {
     font-weight: bold;
     color: #262626;
-    border-bottom: 1px solid #338bb8;
+    border-bottom: 1px solid @hue-primary-color-dark;
   }
 
   .document-details-actions {
@@ -310,7 +312,7 @@
   }
 
   .result-container .show-details-icon:hover i {
-    color: #338bb8;
+    color: @hue-primary-color-dark;
   }
 
   .result-sorting th {
@@ -687,11 +689,11 @@
   }
 
   .grid-side-btn.active {
-    color: #338bb8;
+    color: @hue-primary-color-dark;
   }
 
   .grid-side-btn:hover {
-    color: #338bb8;
+    color: @hue-primary-color-dark;
   }
 
   .card-widget .selectize-control {

+ 2 - 2
desktop/libs/indexer/src/indexer/static/indexer/css/admin.css

@@ -94,7 +94,7 @@ h3 {
 
 .search-bar h4 {
   font-size: 20px !important;
-  color: #338BB8 !important;
+  color: #0B7FAD !important;
   padding: 0 !important;
   margin-top: 4px !important;
   margin-left: 20px;
@@ -154,7 +154,7 @@ h1.emptyMessage {
 }
 
 .cloud-tmpl.selected {
-  border: 1px dashed #338BB8;
+  border: 1px dashed #0B7FAD;
 }
 
 .cloud-tmpl:hover, .cloud-tmpl.selected:hover  {

+ 1 - 1
desktop/libs/indexer/src/indexer/templates/collections.mako

@@ -40,7 +40,7 @@ ${ commonheader(_('Search Indexes'), "indexer", user, request, "29px") | n,unico
 }
 
 .hue-breadcrumbs-bar a {
-  color: #338BB8 !important;
+  color: #0B7FAD !important;
   display: inline !important;
 }
 

+ 1 - 1
desktop/libs/liboauth/src/liboauth/templates/oauth-login.mako

@@ -99,7 +99,7 @@ from django.utils.translation import ugettext as _
     .footer {
       position: fixed;
       bottom: 0;
-      background-color: #338BB8;
+      background-color: #0B7FAD;
       height: 4px;
       width: 100%;
     }

Fișier diff suprimat deoarece este prea mare
+ 0 - 0
desktop/libs/notebook/src/notebook/static/notebook/css/notebook.css


+ 2 - 2
docs/docbook.css

@@ -35,7 +35,7 @@ hr {
 }
 
 .title, h1, .toc p, h2 {
-    color: #338BB8;
+    color: #0B7FAD;
     font-size: 24px;
     font-weight: 600;
     margin-bottom: 15px;
@@ -48,7 +48,7 @@ h2 {
 }
 
 a:link, a:visited {
-    color: #338BB8;
+    color: #0B7FAD;
     text-decoration: none;
 }
 a:hover {

Unele fișiere nu au fost afișate deoarece prea multe fișiere au fost modificate în acest diff