N°2836 - Change bubbles colors to something more neutral

This commit is contained in:
Molkobain
2021-01-18 17:10:40 +01:00
parent 527154f0be
commit cb28ca7941
3 changed files with 867 additions and 755 deletions

View File

@@ -1,4 +1,21 @@
/*
/*!
* Copyright (C) 2013-2020 Combodo SARL
*
* This file is part of iTop.
*
* iTop is free software; you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* iTop is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
*/
/*!
* Copyright (C) 2013-2020 Combodo SARL
*
* This file is part of iTop.
@@ -15,11 +32,22 @@
*
* You should have received a copy of the GNU Affero General Public License
*/
/*!
* Combodo portal theme v2.7.0
* Based on Bootswatch Simplex
*/
/*!
* bootswatch v3.3.5
* Homepage: http://bootswatch.com
* Copyright 2012-2015 Thomas Park
* Licensed under MIT
* Based on Bootstrap
*/
/*!
* Bootstrap v3.3.5 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;

File diff suppressed because it is too large Load Diff

View File

@@ -943,15 +943,15 @@ $hr-border: $gray-lighter !default;
//
//##
$messaging-self-primary-color: $white !default;
$messaging-self-secondary-color: $gray-dark !default;
$messaging-1st-peer-primary-color: $combodo-orange !default;
$messaging-1st-peer-secondary-color: $white !default;
$messaging-2nd-peer-primary-color: #e9a537 !default;
$messaging-2nd-peer-secondary-color: $white !default;
$messaging-3rd-peer-primary-color: darken($combodo-orange, 7%) !default;
$messaging-3rd-peer-secondary-color: $white !default;
$messaging-4th-peer-primary-color: #e3952c !default;
$messaging-4th-peer-secondary-color: $white !default;
$messaging-5th-peer-primary-color: darken($combodo-orange, 14%) !default;
$messaging-5th-peer-secondary-color: $white !default;
$messaging-self-primary-color: $combodo-dark-gray !default;
$messaging-self-secondary-color: $white !default;
$messaging-1st-peer-primary-color: $white !default;
$messaging-1st-peer-secondary-color: $gray-dark !default;
$messaging-2nd-peer-primary-color: $white !default;
$messaging-2nd-peer-secondary-color: $gray-dark !default;
$messaging-3rd-peer-primary-color: $white !default;
$messaging-3rd-peer-secondary-color: $gray-dark !default;
$messaging-4th-peer-primary-color: $white !default;
$messaging-4th-peer-secondary-color: $gray-dark !default;
$messaging-5th-peer-primary-color: $white !default;
$messaging-5th-peer-secondary-color: $gray-dark !default;