Skip to content

Commit

Permalink
Merge pull request #276 from nkevins/admin_css_update
Browse files Browse the repository at this point in the history
Make admin input outline darker
  • Loading branch information
nabeelio authored Sep 20, 2018
2 parents ab5480f + b66f105 commit b852bdc
Show file tree
Hide file tree
Showing 9 changed files with 230 additions and 230 deletions.
4 changes: 2 additions & 2 deletions public/assets/admin/css/vendor.css
Original file line number Diff line number Diff line change
Expand Up @@ -13430,7 +13430,7 @@ fieldset[disabled] .btn-neutral.active {
font-family: "Avenir-light", "AvenirLTStd-Light", sans-serif !important;
border-radius: 0;
background-color: transparent;
border: 1px solid #E3E3E3;
border: 1px solid #AAAAAA;
color: #333333;
line-height: 1em;
font-size: 14px;
Expand Down Expand Up @@ -13758,7 +13758,7 @@ textarea.form-control {
padding: 10px 10px;
resize: none;
background-color: transparent;
border: 1px solid #E3E3E3;
border: 1px solid #AAAAAA;
color: #333333;
line-height: 1em;
font-size: 14px;
Expand Down
4 changes: 2 additions & 2 deletions public/assets/admin/css/vendor.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -1311,7 +1311,7 @@ fieldset[disabled] .btn-neutral.active {
font-family: "Avenir-light", "AvenirLTStd-Light", sans-serif !important;
border-radius: 0;
background-color: transparent;
border: 1px solid #E3E3E3;
border: 1px solid #AAAAAA;
color: #333333;
line-height: 1em;
font-size: 14px;
Expand Down Expand Up @@ -1639,7 +1639,7 @@ textarea.form-control {
padding: 10px 10px;
resize: none;
background-color: transparent;
border: 1px solid #E3E3E3;
border: 1px solid #AAAAAA;
color: #333333;
line-height: 1em;
font-size: 14px;
Expand Down
22 changes: 11 additions & 11 deletions public/assets/admin/js/app.js

Large diffs are not rendered by default.

186 changes: 93 additions & 93 deletions public/assets/frontend/css/now-ui-kit.css
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
/*!
=========================================================
* Now-ui-kit - v1.0.0
=========================================================
* Product Page: http://www.creative-tim.com/product/now-ui-kit
* Copyright 2017 Creative Tim (http://www.creative-tim.com)
* Licensed under MIT (https://github.com/creativetimofficial/now-ui-kit/blob/master/LICENSE.md)
* Designed by www.invisionapp.com Coded by www.creative-tim.com
=========================================================
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
/*!
=========================================================
* Now-ui-kit - v1.0.0
=========================================================
* Product Page: http://www.creative-tim.com/product/now-ui-kit
* Copyright 2017 Creative Tim (http://www.creative-tim.com)
* Licensed under MIT (https://github.com/creativetimofficial/now-ui-kit/blob/master/LICENSE.md)
* Designed by www.invisionapp.com Coded by www.creative-tim.com
=========================================================
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
*/
/* brand Colors */
/* light colors */
/* ========================================================================
* bootstrap-switch - v3.3.2
* http://www.bootstrap-switch.org
* ========================================================================
* Copyright 2012-2013 Mattia Larentis
* http://www.apache.org/licenses/LICENSE-2.0
/* ========================================================================
* bootstrap-switch - v3.3.2
* http://www.bootstrap-switch.org
* ========================================================================
* Copyright 2012-2013 Mattia Larentis
* http://www.apache.org/licenses/LICENSE-2.0
*/
.bootstrap-switch {
display: inline-block;
Expand Down Expand Up @@ -293,9 +293,9 @@
}

/*! nouislider - 9.1.0 - 2016-12-10 16:00:32 */
/* Functional styling;
* These styles are required for noUiSlider to function.
* You don't need to change these rules to apply your design.
/* Functional styling;
* These styles are required for noUiSlider to function.
* You don't need to change these rules to apply your design.
*/
.noUi-target,
.noUi-target * {
Expand Down Expand Up @@ -353,16 +353,16 @@
cursor: inherit !important;
}

/* Painting and performance;
* Browsers can paint handles in their own layer.
/* Painting and performance;
* Browsers can paint handles in their own layer.
*/
.noUi-base,
.noUi-handle {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
/* Slider size and handle placement;
*/
.noUi-horizontal {
height: 1px;
Expand Down Expand Up @@ -391,7 +391,7 @@
top: -17px;
}

/* Styling;
/* Styling;
*/
.noUi-target {
background-color: rgba(182, 182, 182, 0.3);
Expand All @@ -405,7 +405,7 @@
transition: background 450ms;
}

/* Handles and cursors;
/* Handles and cursors;
*/
.noUi-draggable {
cursor: ew-resize;
Expand All @@ -419,8 +419,8 @@
border-radius: 3px;
background: #FFF;
cursor: default;
-webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
-webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
-webkit-transition: 300ms ease 0s;
-moz-transition: 300ms ease 0s;
-ms-transition: 300ms ease 0s;
Expand All @@ -433,7 +433,7 @@
transform: scale3d(1.5, 1.5, 1);
}

/* Disabled state;
/* Disabled state;
*/
[disabled] .noUi-connect {
background: #B8B8B8;
Expand All @@ -445,8 +445,8 @@
cursor: not-allowed;
}

/* Base;
*
/* Base;
*
*/
.noUi-pips,
.noUi-pips * {
Expand All @@ -459,8 +459,8 @@
color: #999;
}

/* Values;
*
/* Values;
*
*/
.noUi-value {
position: absolute;
Expand All @@ -472,8 +472,8 @@
font-size: 10px;
}

/* Markings;
*
/* Markings;
*
*/
.noUi-marker {
position: absolute;
Expand All @@ -488,8 +488,8 @@
background: #AAA;
}

/* Horizontal layout;
*
/* Horizontal layout;
*
*/
.noUi-pips-horizontal {
padding: 10px 0;
Expand Down Expand Up @@ -518,8 +518,8 @@
height: 15px;
}

/* Vertical layout;
*
/* Vertical layout;
*
*/
.noUi-pips-vertical {
padding: 0 10px;
Expand Down Expand Up @@ -645,10 +645,10 @@
background-color: #FF3636;
}

/*!
* Datepicker for Bootstrap v1.7.0-dev (https://github.com/uxsolutions/bootstrap-datepicker)
*
* Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
/*!
* Datepicker for Bootstrap v1.7.0-dev (https://github.com/uxsolutions/bootstrap-datepicker)
*
* Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
*/
.datepicker {
padding: 8px 6px;
Expand Down Expand Up @@ -2196,17 +2196,17 @@ fieldset[disabled]
background-color: #E3E3E3;
}

/*.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
border-right: 0 none;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
border-left: 0 none;
/*.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
border-right: 0 none;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
border-left: 0 none;
}*/
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
background-color: #E3E3E3;
Expand Down Expand Up @@ -3753,12 +3753,12 @@ img {
box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}

/* --------------------------------
Nucleo Outline Web Font - nucleoapp.com/
License - nucleoapp.com/license/
Created using IcoMoon - icomoon.io
/* --------------------------------
Nucleo Outline Web Font - nucleoapp.com/
License - nucleoapp.com/license/
Created using IcoMoon - icomoon.io
-------------------------------- */
@font-face {
font-family: 'Nucleo Outline';
Expand All @@ -3768,8 +3768,8 @@ Created using IcoMoon - icomoon.io
font-style: normal;
}

/*------------------------
base class definition
/*------------------------
base class definition
-------------------------*/
.now-ui-icons {
display: inline-block;
Expand All @@ -3782,11 +3782,11 @@ Created using IcoMoon - icomoon.io
-moz-osx-font-smoothing: grayscale;
}

/*------------------------
change icon size
/*------------------------
change icon size
-------------------------*/
/*----------------------------------
add a square/circle background
/*----------------------------------
add a square/circle background
-----------------------------------*/
.now-ui-icons.circle {
padding: 0.33333333em;
Expand All @@ -3798,8 +3798,8 @@ Created using IcoMoon - icomoon.io
border-radius: 50%;
}

/*------------------------
list icons
/*------------------------
list icons
-------------------------*/
.nc-icon-ul {
padding-left: 0;
Expand All @@ -3823,8 +3823,8 @@ Created using IcoMoon - icomoon.io
left: -1.9047619em;
}

/*------------------------
spinning icons
/*------------------------
spinning icons
-------------------------*/
.now-ui-icons.spin {
-webkit-animation: nc-icon-spin 2s infinite linear;
Expand All @@ -3851,11 +3851,11 @@ Created using IcoMoon - icomoon.io
}
}

/*------------------------
rotated/flipped icons
/*------------------------
rotated/flipped icons
-------------------------*/
/*------------------------
font icons
/*------------------------
font icons
-------------------------*/
.now-ui-icons.ui-1_check:before {
content: "\EA22";
Expand Down Expand Up @@ -5666,21 +5666,21 @@ Created using IcoMoon - icomoon.io
}
}

/*.separator{
content: "Separator";
color: #FFFFFF;
display: block;
width: 100%;
padding: 20px;
}
.separator-line{
background-color: #EEE;
height: 1px;
width: 100%;
display: block;
}
.separator.separator-gray{
background-color: #EEEEEE;
/*.separator{
content: "Separator";
color: #FFFFFF;
display: block;
width: 100%;
padding: 20px;
}
.separator-line{
background-color: #EEE;
height: 1px;
width: 100%;
display: block;
}
.separator.separator-gray{
background-color: #EEEEEE;
}*/
.social-buttons-demo .btn {
margin-right: 5px;
Expand Down
22 changes: 11 additions & 11 deletions public/assets/frontend/js/app.js

Large diffs are not rendered by default.

Loading

0 comments on commit b852bdc

Please sign in to comment.