colour tweaks
This commit is contained in:
@@ -228,10 +228,11 @@ input[type="button"] {
|
||||
padding: 15px 50px;
|
||||
font-size: 16px;
|
||||
border: none;
|
||||
background: @turquoise;
|
||||
background: @green;
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
&:hover {
|
||||
background: @turquoise-d1;
|
||||
background: @green-d1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -168,8 +168,8 @@
|
||||
@btnSuccessBackground: @green;
|
||||
@btnSuccessBackgroundHighlight: @green;
|
||||
|
||||
@btnWarningBackground: @orange;
|
||||
@btnWarningBackgroundHighlight: @orange;
|
||||
@btnWarningBackground: @red-l1;
|
||||
@btnWarningBackgroundHighlight: @red-l1;
|
||||
|
||||
@btnDangerBackground: @red-l1;
|
||||
@btnDangerBackgroundHighlight: @red-l1;
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<div ng-show="indexer.showTools && indexer.isLuceneIndex">
|
||||
<div>
|
||||
<br />
|
||||
<div ng-show="!indexer.isProcessing && (!indexer.processingAttempts || indexer.processingAttempts < 100)" class="btn-group">
|
||||
<div ng-show="!indexer.isProcessing && (!indexer.processingAttempts || indexer.processingAttempts < 100)">
|
||||
|
||||
<button type="button" class="btn btn-warning" ng-click="rebuildIndex(indexer)">Rebuild index</button>
|
||||
<button type="button" class="btn btn-warning" ng-click="optimizeIndex(indexer)" ng-show="indexer.documentCount > 0">Optimize index</button>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
<ul class="unstyled list-icons" ng-show="multipicker || renderModel.length === 0">
|
||||
<li>
|
||||
<i class="icon icon-add blue"></i>
|
||||
<i class="icon icon-add turquoise"></i>
|
||||
<a href ng-click="openContentPicker()" prevent-default>
|
||||
<localize key="general_add">Add</localize>
|
||||
</a>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
<ul class="unstyled list-icons" ng-show="multipicker || renderModel.length === 0">
|
||||
<li>
|
||||
<i class="icon icon-add blue"></i>
|
||||
<i class="icon icon-add turquoise"></i>
|
||||
<a href ng-click="openContentPicker()" prevent-default>
|
||||
<localize key="general_add">Add</localize>
|
||||
</a>
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
<span ng-hide="showSearch || model.value.query">
|
||||
<ul class="unstyled list-icons">
|
||||
<li>
|
||||
<i class="icon icon-add blue"></i>
|
||||
<i class="icon icon-add turquoise"></i>
|
||||
<a href ng-click="openContentPicker()" prevent-default>
|
||||
<localize key="general_choose">Choose a root node</localize>...
|
||||
</a>
|
||||
|
||||
@@ -122,7 +122,7 @@
|
||||
|
||||
<ul class="unstyled list-icons">
|
||||
<li>
|
||||
<i class="icon icon-add blue"></i>
|
||||
<i class="icon icon-add turquoise"></i>
|
||||
|
||||
<a href="#" ng-click="editConfig()" prevent-default>
|
||||
<localize key="general_edit" />
|
||||
@@ -152,7 +152,7 @@
|
||||
|
||||
<ul class="unstyled list-icons">
|
||||
<li>
|
||||
<i class="icon icon-add blue"></i>
|
||||
<i class="icon icon-add turquoise"></i>
|
||||
<a href="#" ng-click="editStyles()" prevent-default>
|
||||
<localize key="general_edit" />
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user