mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 00:58:48 +02:00
N°2836 - Change bubbles colors to something more neutral
This commit is contained in:
@@ -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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user