Built motion from commit 82438f7.|0.0.115
[motion.git] / public / assets / css / global / custom.css
index f581628..2be1e59 100644 (file)
@@ -68,6 +68,69 @@ margin-left: -370px;
 }
 */
 
+.file-upload {
+  position: relative;
+  overflow: hidden;
+  background: #00FF33;
+  border: none;
+  margin: 1px;
+  height: 26px;
+  width: 26px;
+}
+
+.file-upload:hover {
+  background-color: #00CC33;
+}
+
+.file-upload input.file-input {
+  position: absolute;
+  top: 0;
+  right: 0;
+  margin: 0;
+  padding: 0;
+  font-size: 20px;
+  cursor: pointer;
+  opacity: 0;
+  filter: alpha(opacity=0);
+}
+
+.ta-editor.form-control.myform2-height, .ta-scroll-window.form-control.myform2-height  {
+  height: 400px;
+  min-height: 400px;
+  overflow: auto;
+  font-family: inherit;
+  font-size: 100%;
+}
+
+.ta-editor.form-control.myform2-height::-webkit-scrollbar {
+  width: 7px;
+}
+
+.form-control.myform2-height > .ta-bind {
+  min-height: 400px;
+  padding: 6px 12px;
+}
+
+#chat-box {
+  height: 350px;
+  overflow : auto;
+  padding-right: 10px;
+}
+
+#chat-box::-webkit-scrollbar {
+  width: 7px;
+}
+
+#mail-box {
+  height: 781px;
+  overflow : auto;
+  padding-right: 10px;
+}
+
+#mail-box::-webkit-scrollbar {
+  width: 7px;
+}
+
 .motion-contact-uib-tab div.ng-binding, .motion-newContact-uib-tab div.ng-binding {
   border-top: 2px solid #8775a7 !important;
 }
@@ -88,28 +151,16 @@ margin-left: -370px;
   border-top: 2px solid #d9534f !important;
 }
 
+.motion-jscripty-uib-tab div.ng-binding {
+  border-top: 2px solid #002C4C !important;
+}
+
 .pretty-avatar {
-  height: 45px;
-  width: 45px;
-  -webkit-border-radius: 50% !important;
-  -moz-border-radius: 50% !important;
-  border-radius: 50% !important;
-  padding: 2px;
-  border: 2px solid #3399CC;
-  border-radius: 100%;
-  box-shadow: 0 0 4px RGBA(51, 153, 204, 0.4);
+  padding-top: 4px;
 }
 
 .pretty-avatar-v {
-  height: 45px;
-  width: 45px;
-  -webkit-border-radius: 50% !important;
-  -moz-border-radius: 50% !important;
-  border-radius: 50% !important;
   padding: 2px;
-  border: 2px solid #EA4C61;
-  border-radius: 100%;
-  box-shadow: 0 0 4px RGBA(51, 153, 204, 0.4);
 }
 
 .small-pretty-avatar {
@@ -172,7 +223,7 @@ margin-left: -370px;
 }
 
 .float-left{
-  float: left;
+  float: left !important;
 }
 
 .checker {
@@ -563,14 +614,15 @@ body > [uib-modal-window]:not([modal-render]) {
 }
 
 @keyframes blink {  0% {border-color: transparent;}
-25% { border-color: #EACD9E; }
-50% { border-color: #ECC077; }
-75% { border-color: #ECB861; }
-100% { border-color: #FFB848; }
+25% { outline-color: #EACD9E; }
+50% { outline-color: #ECC077; }
+75% { outline-color: #ECB861; }
+100% { outline-color: #FFB848; }
 }
 .paused-agent{
-  border: 2px solid transparent;
+  outline: 2px solid transparent;
   animation: blink .5s step-end infinite alternate;
+  outline-offset:-2px;
 }
 
 .otherfields-col{
@@ -621,3 +673,88 @@ body > [uib-modal-window]:not([modal-render]) {
 .display-none{
   display:none !important;
 }
+
+.padding-side-7{
+  padding-right:7px !important;
+  padding-left:7px !important;
+}
+
+.custom-header-a{
+  padding:4px 6px 1px 8px !important;
+}
+
+.custom-header-a div{
+      color: #c6cfda;
+      max-width: 100px;
+      white-space: nowrap;
+      text-overflow: ellipsis;
+      overflow: hidden !important;
+}
+
+.custom-header-a:hover{
+  background-color:transparent !important;
+}
+
+.page-header.navbar .top-menu .navbar-nav > li.dropdown.open .dropdown-toggle.custom-header-a{
+  background-color:transparent !important;
+}
+
+.header-bar-button{
+  padding-bottom: 3px !important;
+  padding-top: 4px !important;
+  margin-top: 10px !important;
+  border-radius: 20px !important;
+}
+
+.header-bar-button-controls{
+    border: 1px solid #79869a;
+}
+
+.header-ul-with-separator{
+  height: 46px;
+  outline: 2px solid #79869a;
+  outline-offset:-4px;
+}
+
+.paused-header{
+  outline: 2px solid transparent;
+  animation: blink .5s step-end infinite alternate;
+  outline-offset:-4px;
+}
+
+.custom-date-filter-modal .modal-dialog.modal-md{
+  width: 350px;
+}
+
+.chat-canned-answer-div{
+  margin-top:15px;
+  padding-top: 15px;
+  border-top: 1px solid #eee;
+}
+
+rzslider .rz-pointer{
+  border-radius: 16px !important;
+}
+
+rzslider .rz-ticks .rz-tick{
+  border-radius: 50% !important;
+}
+
+.span-link{
+  color: #337ab7;
+  text-decoration: none;
+  text-shadow: none;
+}
+
+.span-link:hover{
+  text-decoration: underline;
+  cursor:pointer;
+}
+
+.custom-logo{
+  max-height: 23px;
+}
+
+.custom-login-logo{
+  max-height: 140px;
+}