Browse Source

UI-1432: Color 2cf to 22a5ff

4.3
Jean-Roch Maitre 11 years ago
parent
commit
6db2aa4eb3
7 changed files with 24 additions and 30 deletions
  1. +4
    -10
      submodules/callLogs/callLogs.css
  2. +3
    -3
      submodules/devices/devices.css
  3. +2
    -2
      submodules/groups/groups.css
  4. +5
    -5
      submodules/myOffice/myOffice.css
  5. +4
    -4
      submodules/strategy/strategy.css
  6. +3
    -3
      submodules/users/users.css
  7. +3
    -3
      submodules/vmboxes/vmboxes.css

+ 4
- 10
submodules/callLogs/callLogs.css View File

@ -35,7 +35,7 @@
}
#call_logs_container .fixed-ranges-date .highlight-date {
color: #22CCFF;
color: #22a5ff;
font-weight: bold;
margin: 0 5px;
}
@ -91,13 +91,7 @@
border-bottom-right-radius: 4px;
}
#call_logs_container .grid-row.header-row {
background-color: #22ccff;
background-image: linear-gradient(to bottom,#22ccff,#22a5ff);
background-image: -moz-linear-gradient(top,#22ccff,#22a5ff);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#22ccff),to(#22a5ff));
background-image: -webkit-linear-gradient(top,#22ccff,#22a5ff);
background-image: -o-linear-gradient(top,#22ccff,#22a5ff);
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff22ccff',endColorstr='#ff22a5ff',GradientType=0);
background-color: #22a5ff;
color: #fff;
text-shadow: 1px 1px 1px #666666;
font-weight: 600;
@ -117,7 +111,7 @@
display: none;
}
#call_logs_container .grid-row-group:not(.open) .grid-row.a-leg.has-b-legs > .grid-cell:first-child {
border-left: solid 2px #22ccff;
border-left: solid 2px #22a5ff;
}
#call_logs_container .grid-row-group.open .grid-row > .grid-cell:first-child {
border-left: solid 2px #44cc44;
@ -173,7 +167,7 @@
width: 10%;
}
#call_logs_container .grid-cell.details i:hover {
color: #22ccff;
color: #22a5ff;
cursor: pointer;
}
#call_logs_container .grid-cell.report {


+ 3
- 3
submodules/devices/devices.css View File

@ -17,7 +17,7 @@
display: inline-block;
margin-top: -5px;
margin-left: 15px;
color: #22ccff;
color: #22a5ff;
font-weight: 600;
font-size: 28px;
}
@ -58,7 +58,7 @@
}
#devices_container .devices-header .add-device:hover i {
color: #22ccff;
color: #22a5ff;
}
#devices_container .devices-header .search-box { margin: 16px 0 16px 15px; }
@ -275,7 +275,7 @@
}
.edit-device .content .tabs-section .title {
color: #22CCFF;
color: #22a5ff;
font-size: 24px;
margin-bottom: 30px;
margin-left: 40px;


+ 2
- 2
submodules/groups/groups.css View File

@ -27,7 +27,7 @@
display: inline-block;
margin-top: -5px;
margin-left: 15px;
color: #22ccff;
color: #22a5ff;
font-weight: 600;
font-size: 28px;
}
@ -69,7 +69,7 @@
}
#groups_container .groups-header .add-group:hover i {
color: #22ccff;
color: #22a5ff;
}
#groups_container .groups-header .search-box { margin: 16px 0 16px 15px; }


+ 5
- 5
submodules/myOffice/myOffice.css View File

@ -1,7 +1,7 @@
/********** Header **********/
#myoffice_container .dashboard-header {
height: 60px;
background-color: #22ccff;
background-color: #22a5ff;
color: #fff;
border: 1px solid #dcdcdc; border-radius: 4px;
margin-bottom: 20px;
@ -105,7 +105,7 @@
}
#myoffice_container .dashboard-left-content .left-section-header .number {
font-size: 24px;
color: #22ccff;
color: #22a5ff;
float: right;
}
#myoffice_container .dashboard-left-content .left-section-content {
@ -149,7 +149,7 @@
font-weight: bold;
}
#myoffice_container .devices-section-content .unregistered-devices .value.none {
color: #22ccff;
color: #22a5ff;
}
#myoffice_container .devices-section-content .unregistered-devices {
margin-top: 25px;
@ -243,7 +243,7 @@
line-height: 25px;
}
#myoffice_container .dashboard-right-content .dashboard-box .dashboard-box-row .row-content .number-list li.caller-id {
color: #22ccff;
color: #22a5ff;
}
#myoffice_container .dashboard-right-content .dashboard-box .dashboard-box-row .row-content .number-list .features > i {
display: none;
@ -291,7 +291,7 @@
#myoffice_container .dashboard-right-content .dashboard-box .dashboard-box-div .div-title .number {
float: right;
margin-right: 10px;
color: #22ccff;
color: #22a5ff;
}
#myoffice_container .dashboard-right-content .dashboard-box .dashboard-box-div > :not(:last-child) {
border-bottom: solid 1px #dcdcdc


+ 4
- 4
submodules/strategy/strategy.css View File

@ -78,7 +78,7 @@
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
color: #22ccff;
color: #22a5ff;
}
#strategy_container .element-container .basic-actions {
@ -94,7 +94,7 @@
}
#strategy_container .element-container:not(.strategy-confnum) .title .icon-phone {
color: #22ccff;
color: #22a5ff;
}
/************** Main Numbers **************/
@ -281,7 +281,7 @@
}
#strategy_container .element-container.strategy-holidays .holidays-div .holidays-add .dropdown-toggle {
color: #22ccff;
color: #22a5ff;
background-color: transparent;
}
@ -503,7 +503,7 @@
}
#strategy_container .element-container.strategy-calls .callflow-tabs .call-option.active .menu-div.has-menu .menu-icon i {
color: #22ccff;
color: #22a5ff;
}
/********** Strategy Conference ***********/


+ 3
- 3
submodules/users/users.css View File

@ -27,7 +27,7 @@
display: inline-block;
margin-top: -5px;
margin-left: 15px;
color: #22ccff;
color: #22a5ff;
font-weight: 600;
font-size: 28px;
}
@ -63,7 +63,7 @@
}
#users_container .users-header .add-user:hover i {
color: #22ccff;
color: #22a5ff;
}
#users_container .users-header .search-box { margin: 16px 0 16px 15px; }
@ -870,7 +870,7 @@
.presence-id-change-wrapper .list-choices .presence-id-option.active {
background: #FFF;
border: 1px solid #22CCFF;
border: 1px solid #22a5ff;
}
.presence-id-change-wrapper .actions {


+ 3
- 3
submodules/vmboxes/vmboxes.css View File

@ -17,7 +17,7 @@
display: inline-block;
margin-top: -5px;
margin-left: 15px;
color: #22ccff;
color: #22a5ff;
font-weight: 600;
font-size: 28px;
}
@ -57,7 +57,7 @@
}
#vmboxes_container .vmboxes-header .add-vmbox:hover i {
color: #22ccff;
color: #22a5ff;
}
#vmboxes_container .vmboxes-header .search-box { margin: 16px 0 16px 15px; }
@ -217,7 +217,7 @@
}
.edit-vmbox .content .tabs-section .title {
color: #22CCFF;
color: #22a5ff;
font-size: 24px;
margin-bottom: 30px;
margin-left: 40px;


Loading…
Cancel
Save