Plugin Directory

Changeset 2365151


Ignore:
Timestamp:
08/19/2020 05:41:41 PM (6 years ago)
Author:
earnware
Message:

Admin style changes

Location:
earnware-connect/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • earnware-connect/trunk/README.txt

    r2294534 r2365151  
    3333== Changelog ==
    3434
     35= 1.0.58 =
     36* Admin style changes
     37
    3538= 1.0.57 =
    3639* Modified on_change submissions to not change input label to read "Processing..."
  • earnware-connect/trunk/admin/css/wp-ew-admin.css

    r1749511 r2365151  
    1 .ew-admin-subform-label {
     1::selection,
     2::-moz-selection {
     3    background: #3780FF;
     4    color: #fff;
     5}
     6
     7::-webkit-input-placeholder,
     8::-moz-placeholder,
     9:-ms-input-placeholder,
     10:-moz-placeholder,
     11.form-control::-moz-placeholder {
     12    color: #337ab7 !important;
     13}
     14
     15body {
     16    -moz-osx-font-smoothing: grayscale;
     17    -webkit-font-smoothing: antialiased;
     18    background-color: #F2F5F8;
     19    color: #232533;
     20    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
     21    font-size: .95rem;
     22}
     23
     24.h1,
     25.h2,
     26.h3,
     27.h4,
     28.h5,
     29.h6,
     30h1,
     31h2,
     32h3,
     33h4,
     34h5,
     35h6 {
     36    font-weight: 300;
     37}
     38
     39h1,
     40.h1 {
     41    font-size: 2.5rem;
     42}
     43
     44h2,
     45.h2 {
     46    font-size: 1.8rem;
     47}
     48
     49h3,
     50.h3 {
     51    font-size: 1.55rem;
     52}
     53
     54h4,
     55.h4 {
     56    font-size: 1.35rem;
     57}
     58
     59h5,
     60.h5 {
     61    font-size: 1.15rem;
     62}
     63
     64h6,
     65.h6 {
     66    font-size: 1rem;
     67}
     68
     69p {
     70    font-size: 1rem;
     71}
     72
     73code {
     74    color: #6F7285;
     75    user-select: all;
     76}
     77
     78small,
     79.small {
     80  font-size: .875rem;
     81  font-weight: 400;
     82}
     83 
     84.tiny {
     85  font-size: .775rem;
     86  font-weight: 400;
     87}
     88
     89/*Earnware -- Backgrounds*/
     90
     91a.bg-primary:hover,
     92a.bg-primary:focus,
     93button.bg-primary:hover,
     94button.bg-primary:focus,
     95.bg-primary {
     96    background-color: #222963 !important;
     97}
     98
     99a.bg-success:hover,
     100a.bg-success:focus,
     101button.bg-success:hover,
     102button.bg-success:focus,
     103a.bg-secondary:hover,
     104a.bg-secondary:focus,
     105button.bg-secondary:hover,
     106button.bg-secondary:focus,
     107.bg-success,
     108.bg-secondary {
     109    background-color: #3780FF !important;
     110}
     111
     112a.bg-danger:hover,
     113a.bg-danger:focus,
     114button.bg-danger:hover,
     115button.bg-danger:focus,
     116.bg-danger {
     117    background-color: #F07979 !important;
     118}
     119
     120a.bg-warning:hover,
     121a.bg-warning:focus,
     122button.bg-warning:hover,
     123button.bg-warning:focus,
     124.bg-warning {
     125    background-color: #FFF3F3 !important;
     126}
     127
     128a.bg-info:hover,
     129a.bg-info:focus,
     130button.bg-info:hover,
     131button.bg-info:focus,
     132.bg-info {
     133    background-color: #DEFFFF !important;
     134}
     135
     136a.bg-dark:hover,
     137a.bg-dark:focus,
     138button.bg-dark:hover,
     139button.bg-dark:focus,
     140.bg-dark {
     141    background-color: #6F7285 !important;
     142}
     143
     144a.bg-light:hover,
     145a.bg-light:focus,
     146button.bg-light:hover,
     147button.bg-light:focus,
     148.bg-light {
     149    background-color: #F2F5F8 !important;
     150}
     151
     152/* Earnware Special Backgrounds*/
     153
     154a.bg-info-medium:hover,
     155a.bg-info-medium:focus,
     156button.bg-info-medium:hover,
     157button.bg-info-medium:focus,
     158.bg-info-medium {
     159    background-color: #33CCCC !important;
     160}
     161
     162a.bg-gray:hover,
     163a.bg-gray:focus,
     164button.bg-gray:hover,
     165button.bg-gray:focus,
     166.bg-gray {
     167    background-color: #9CAEBF !important;
     168}
     169
     170a.bg-black-rock:hover,
     171a.bg-black-rock:focus,
     172button.bg-black-rock:hover,
     173button.bg-black-rock:focus,
     174.bg-black-rock {
     175    background-color: #232533 !important;
     176}
     177
     178a.bg-yellow-feedspress:hover,
     179a.bg-yellow-feedspress:focus,
     180button.bg-yellow-feedspress:hover,
     181button.bg-yellow-feedspress:focus,
     182.bg-yellow-feedspress {
     183    background-color: #FFDE00 !important;
     184}
     185
     186/* Background Gradients */
     187
     188.bg-dodger-blue {
     189    background: rgb(55, 128, 255);
     190    background: -moz-linear-gradient(128deg, rgba(55, 128, 255, 1) 0%, rgba(55, 171, 255, 1) 100%);
     191    background: -webkit-linear-gradient(128deg, rgba(55, 128, 255, 1) 0%, rgba(55, 171, 255, 1) 100%);
     192    background: linear-gradient(128deg, rgba(55, 128, 255, 1) 0%, rgba(55, 171, 255, 1) 100%);
     193    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3780ff", endColorstr="#37abff", GradientType=1);
     194}
     195
     196/*Earnware -- Buttons*/
     197
     198.btn {
     199    border-radius: 3px;
     200}
     201
     202.btn:focus,
     203.btn.focus {
     204    outline: 0;
     205    box-shadow: 0 0 0 0;
     206}
     207
     208.btn-primary {
     209    color: #fff;
     210    background-color: #222963;
     211    border-color: #222963;
     212}
     213
     214.btn-primary:hover {
     215    color: #fff;
     216    background-color: #222963;
     217    border-color: #222963;
     218}
     219
     220.btn-primary:focus,
     221.btn-primary.focus {
     222    color: #fff;
     223    background-color: #222963;
     224    border-color: #222963;
     225    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .1);
     226}
     227
     228.btn-primary.disabled,
     229.btn-primary:disabled {
     230    color: #fff;
     231    background-color: #222963;
     232    border-color: #222963;
     233    opacity: .6;
     234}
     235
     236.btn-primary:not(:disabled):not(.disabled):active,
     237.btn-primary:not(:disabled):not(.disabled).active,
     238.show>.btn-primary.dropdown-toggle {
     239    color: #fff;
     240    background-color: #222963;
     241    border-color: #222963;
     242}
     243
     244.btn-primary:not(:disabled):not(.disabled):active:focus,
     245.btn-primary:not(:disabled):not(.disabled).active:focus,
     246.show>.btn-primary.dropdown-toggle:focus {
     247    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .1);
     248}
     249
     250.btn-secondary {
     251    color: #fff;
     252    background-color: #3780FF;
     253    border-color: #3780FF;
     254}
     255
     256.btn-secondary:hover {
     257    color: #fff;
     258    background-color: #3780FF;
     259    border-color: #3780FF;
     260}
     261
     262.btn-secondary:focus,
     263.btn-secondary.focus {
     264    color: #fff;
     265    background-color: #3780FF;
     266    border-color: #3780FF;
     267    box-shadow: 0 0 0 .2rem rgba(55, 128, 255, .2);
     268}
     269
     270.btn-secondary.disabled,
     271.btn-secondary:disabled {
     272    color: #fff;
     273    background-color: #3780FF;
     274    border-color: #3780FF;
     275    opacity: .6;
     276}
     277
     278.btn-secondary:not(:disabled):not(.disabled):active,
     279.btn-secondary:not(:disabled):not(.disabled).active,
     280.show>.btn-secondary.dropdown-toggle {
     281    color: #fff;
     282    background-color: #3780FF;
     283    border-color: #3780FF;
     284}
     285
     286.btn-secondary:not(:disabled):not(.disabled):active:focus,
     287.btn-secondary:not(:disabled):not(.disabled).active:focus,
     288.show>.btn-secondary.dropdown-toggle:focus {
     289    box-shadow: 0 0 0 .2rem rgba(55, 128, 255, .2);
     290}
     291
     292.btn-success {
     293    color: #fff;
     294    background-color: #3780FF;
     295    border-color: #3780FF;
     296}
     297
     298.btn-success:hover {
     299    color: #fff;
     300    background-color: #3780FF;
     301    border-color: #3780FF;
     302}
     303
     304.btn-success:focus,
     305.btn-success.focus {
     306    color: #fff;
     307    background-color: #3780FF;
     308    border-color: #3780FF;
     309    box-shadow: 0 0 0 .2rem rgba(55, 128, 255, .2);
     310}
     311
     312.btn-success.disabled,
     313.btn-success:disabled {
     314    color: #fff;
     315    background-color: #3780FF;
     316    border-color: #3780FF;
     317    opacity: .6;
     318}
     319
     320.btn-success:not(:disabled):not(.disabled):active,
     321.btn-success:not(:disabled):not(.disabled).active,
     322.show>.btn-success.dropdown-toggle {
     323    color: #fff;
     324    background-color: #3780FF;
     325    border-color: #3780FF;
     326}
     327
     328.btn-success:not(:disabled):not(.disabled):active:focus,
     329.btn-success:not(:disabled):not(.disabled).active:focus,
     330.show>.btn-success.dropdown-toggle:focus {
     331    box-shadow: 0 0 0 .2rem rgba(55, 128, 255, .2);
     332}
     333
     334.btn-info {
     335    color: #fff;
     336    background-color: #33CCCC;
     337    border-color: #33CCCC;
     338}
     339
     340.btn-info:hover {
     341    color: #fff;
     342    background-color: #33CCCC;
     343    border-color: #33CCCC;
     344}
     345
     346.btn-info:focus,
     347.btn-info.focus {
     348    color: #fff;
     349    background-color: #33CCCC;
     350    border-color: #33CCCC;
     351    box-shadow: 0 0 0 .2rem #DEFFFF;
     352}
     353
     354.btn-info.disabled,
     355.btn-info:disabled {
     356    color: #fff;
     357    background-color: #33CCCC;
     358    border-color: #33CCCC;
     359    opacity: .6;
     360}
     361
     362.btn-info:not(:disabled):not(.disabled):active,
     363.btn-info:not(:disabled):not(.disabled).active,
     364.show>.btn-info.dropdown-toggle {
     365    color: #fff;
     366    background-color: #33CCCC;
     367    border-color: #33CCCC;
     368}
     369
     370.btn-info:not(:disabled):not(.disabled):active:focus,
     371.btn-info:not(:disabled):not(.disabled).active:focus,
     372.show>.btn-info.dropdown-toggle:focus {
     373    box-shadow: 0 0 0 .2rem #DEFFFF;
     374}
     375
     376.btn-warning {
     377    color: #fff;
     378    background-color: #F07979;
     379    border-color: #F07979;
     380}
     381
     382.btn-warning:hover {
     383    color: #fff;
     384    background-color: #F07979;
     385    border-color: #F07979;
     386}
     387
     388.btn-warning:focus,
     389.btn-warning.focus {
     390    color: #fff;
     391    background-color: #F07979;
     392    border-color: #F07979;
     393    box-shadow: 0 0 0 .2rem #FFF3F3;
     394}
     395
     396.btn-warning.disabled,
     397.btn-warning:disabled {
     398    color: #fff;
     399    background-color: #F07979;
     400    border-color: #F07979;
     401    opacity: .6;
     402}
     403
     404.btn-warning:not(:disabled):not(.disabled):active,
     405.btn-warning:not(:disabled):not(.disabled).active,
     406.show>.btn-warning.dropdown-toggle {
     407    color: #fff;
     408    background-color: #F07979;
     409    border-color: #F07979;
     410}
     411
     412.btn-warning:not(:disabled):not(.disabled):active:focus,
     413.btn-warning:not(:disabled):not(.disabled).active:focus,
     414.show>.btn-warning.dropdown-toggle:focus {
     415    box-shadow: 0 0 0 .2rem #FFF3F3;
     416}
     417
     418.btn-danger {
     419    color: #fff;
     420    background-color: #F07979;
     421    border-color: #F07979;
     422}
     423
     424.btn-danger:hover {
     425    color: #fff;
     426    background-color: #F07979;
     427    border-color: #F07979;
     428}
     429
     430.btn-danger:focus,
     431.btn-danger.focus {
     432    color: #fff;
     433    background-color: #F07979;
     434    border-color: #F07979;
     435    box-shadow: 0 0 0 .2rem #FFF3F3;
     436}
     437
     438.btn-danger.disabled,
     439.btn-danger:disabled {
     440    color: #fff;
     441    background-color: #F07979;
     442    border-color: #F07979;
     443    opacity: .6;
     444}
     445
     446.btn-danger:not(:disabled):not(.disabled):active,
     447.btn-danger:not(:disabled):not(.disabled).active,
     448.show>.btn-danger.dropdown-toggle {
     449    color: #fff;
     450    background-color: #F07979;
     451    border-color: #F07979;
     452}
     453
     454.btn-danger:not(:disabled):not(.disabled):active:focus,
     455.btn-danger:not(:disabled):not(.disabled).active:focus,
     456.show>.btn-danger.dropdown-toggle:focus {
     457    box-shadow: 0 0 0 .2rem #FFF3F3;
     458}
     459
     460.btn-light {
     461    background-color: #F2F5F8;
     462    border-color: #F2F5F8;
     463    color: #222963;
     464}
     465
     466.btn-light:hover {
     467    background-color: #F2F5F8;
     468    border-color: #F2F5F8;
     469    color: #222963;
     470}
     471
     472.btn-light:focus,
     473.btn-light.focus {
     474    background-color: #F2F5F8;
     475    border-color: #F2F5F8;
     476    color: #222963;
     477    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .1);
     478}
     479
     480.btn-light.disabled,
     481.btn-light:disabled {
     482    background-color: #F2F5F8;
     483    border-color: #F2F5F8;
     484    color: #222963;
     485    opacity: .6;
     486}
     487
     488.btn-light:not(:disabled):not(.disabled):active,
     489.btn-light:not(:disabled):not(.disabled).active,
     490.show>.btn-light.dropdown-toggle {
     491    background-color: #F2F5F8;
     492    border-color: #F2F5F8;
     493    color: #222963;
     494}
     495
     496.btn-light:not(:disabled):not(.disabled):active:focus,
     497.btn-light:not(:disabled):not(.disabled).active:focus,
     498.show>.btn-light.dropdown-toggle:focus {
     499    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .1);
     500}
     501
     502.btn-dark {
     503    background-color: #9CAEBF;
     504    border-color: #9CAEBF;
     505    color: #fff;
     506}
     507
     508.btn-dark:hover {
     509    background-color: #9CAEBF;
     510    border-color: #9CAEBF;
     511    color: #fff;
     512}
     513
     514.btn-dark:focus,
     515.btn-dark.focus {
     516    background-color: #9CAEBF;
     517    border-color: #9CAEBF;
     518    color: #fff;
     519    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .1);
     520}
     521
     522.btn-dark.disabled,
     523.btn-dark:disabled {
     524    background-color: #9CAEBF;
     525    border-color: #9CAEBF;
     526    color: #fff;
     527    opacity: .6;
     528}
     529
     530.btn-dark:not(:disabled):not(.disabled):active,
     531.btn-dark:not(:disabled):not(.disabled).active,
     532.show>.btn-dark.dropdown-toggle {
     533    background-color: #9CAEBF;
     534    border-color: #9CAEBF;
     535    color: #fff;
     536}
     537
     538.btn-dark:not(:disabled):not(.disabled):active:focus,
     539.btn-dark:not(:disabled):not(.disabled).active:focus,
     540.show>.btn-dark.dropdown-toggle:focus {
     541    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .1);
     542}
     543
     544.btn-outline-primary {
     545    background-color: transparent;
     546    background-image: none;
     547    border-color: #222963;
     548    color: #222963;
     549}
     550
     551.btn-outline-primary:hover {
     552    background-color: #222963;
     553    border-color: #222963;
     554    color: #fff;
     555}
     556
     557.btn-outline-primary:focus,
     558.btn-outline-primary.focus {
     559    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .1);
     560}
     561
     562.btn-outline-primary.disabled,
     563.btn-outline-primary:disabled {
     564    background-color: transparent;
     565    color: #222963;
     566    opacity: .6;
     567}
     568
     569.btn-outline-primary:not(:disabled):not(.disabled):active,
     570.btn-outline-primary:not(:disabled):not(.disabled).active,
     571.show>.btn-outline-primary.dropdown-toggle {
     572    background-color: transparent;
     573    background-image: none;
     574    border-color: #222963;
     575    color: #222963;
     576}
     577
     578.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
     579.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
     580.show>.btn-outline-primary.dropdown-toggle:focus {
     581    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .1);
     582}
     583
     584.btn-outline-secondary {
     585    background-color: transparent;
     586    background-image: none;
     587    border-color: #3780FF;
     588    color: #3780FF;
     589}
     590
     591.btn-outline-secondary:hover {
     592    background-color: #3780FF;
     593    border-color: #3780FF;
     594    color: #fff;
     595}
     596
     597.btn-outline-secondary:focus,
     598.btn-outline-secondary.focus {
     599    box-shadow: 0 0 0 .2rem rgba(55, 128, 255, .2);
     600}
     601
     602.btn-outline-secondary.disabled,
     603.btn-outline-secondary:disabled {
     604    background-color: transparent;
     605    color: #3780FF;
     606    opacity: .6;
     607}
     608
     609.btn-outline-secondary:not(:disabled):not(.disabled):active,
     610.btn-outline-secondary:not(:disabled):not(.disabled).active,
     611.show>.btn-outline-secondary.dropdown-toggle {
     612    background-color: #3780FF;
     613    border-color: #3780FF;
     614    color: #fff;
     615}
     616
     617.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
     618.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
     619.show>.btn-outline-secondary.dropdown-toggle:focus {
     620    box-shadow: 0 0 0 .2rem rgba(55, 128, 255, .2);
     621}
     622
     623.btn-outline-success {
     624    background-color: transparent;
     625    background-image: none;
     626    border-color: #3780FF;
     627    color: #3780FF;
     628}
     629
     630.btn-outline-success:hover {
     631    background-color: #3780FF;
     632    border-color: #3780FF;
     633    color: #fff;
     634}
     635
     636.btn-outline-success:focus,
     637.btn-outline-success.focus {
     638    box-shadow: 0 0 0 .2rem rgba(55, 128, 255, .2);
     639}
     640
     641.btn-outline-success.disabled,
     642.btn-outline-success:disabled {
     643    background-color: transparent;
     644    color: #3780FF;
     645}
     646
     647.btn-outline-success:not(:disabled):not(.disabled):active,
     648.btn-outline-success:not(:disabled):not(.disabled).active,
     649.show>.btn-outline-success.dropdown-toggle {
     650    background-color: #3780FF;
     651    border-color: #3780FF;
     652    color: #fff;
     653}
     654
     655.btn-outline-success:not(:disabled):not(.disabled):active:focus,
     656.btn-outline-success:not(:disabled):not(.disabled).active:focus,
     657.show>.btn-outline-success.dropdown-toggle:focus {
     658    box-shadow: 0 0 0 .2rem rgba(55, 128, 255, .2);
     659}
     660
     661.btn-outline-info {
     662    background-color: transparent;
     663    background-image: none;
     664    border-color: #33CCCC;
     665    color: #33CCCC;
     666}
     667
     668.btn-outline-info:hover {
     669    background-color: #33CCCC;
     670    border-color: #33CCCC;
     671    color: #fff;
     672}
     673
     674.btn-outline-info:focus,
     675.btn-outline-info.focus {
     676    box-shadow: 0 0 0 .2rem #DEFFFF;
     677}
     678
     679.btn-outline-info.disabled,
     680.btn-outline-info:disabled {
     681    background-color: transparent;
     682    color: #33CCCC;
     683}
     684
     685.btn-outline-info:not(:disabled):not(.disabled):active,
     686.btn-outline-info:not(:disabled):not(.disabled).active,
     687.show>.btn-outline-info.dropdown-toggle {
     688    background-color: #33CCCC;
     689    border-color: #33CCCC;
     690    color: #fff;
     691}
     692
     693.btn-outline-info:not(:disabled):not(.disabled):active:focus,
     694.btn-outline-info:not(:disabled):not(.disabled).active:focus,
     695.show>.btn-outline-info.dropdown-toggle:focus {
     696    box-shadow: 0 0 0 .2rem #DEFFFF;
     697}
     698
     699.btn-outline-warning {
     700    background-color: transparent;
     701    background-image: none;
     702    border-color: #F07979;
     703    color: #F07979;
     704}
     705
     706.btn-outline-warning:hover {
     707    background-color: #F07979;
     708    border-color: #F07979;
     709    color: #fff;
     710}
     711
     712.btn-outline-warning:focus,
     713.btn-outline-warning.focus {
     714    box-shadow: 0 0 0 .2rem #FFF3F3;
     715}
     716
     717.btn-outline-warning.disabled,
     718.btn-outline-warning:disabled {
     719    background-color: transparent;
     720    color: #F07979;
     721}
     722
     723.btn-outline-warning:not(:disabled):not(.disabled):active,
     724.btn-outline-warning:not(:disabled):not(.disabled).active,
     725.show>.btn-outline-warning.dropdown-toggle {
     726    background-color: #F07979;
     727    border-color: #F07979;
     728    color: #fff;
     729}
     730
     731.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
     732.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
     733.show>.btn-outline-warning.dropdown-toggle:focus {
     734    box-shadow: 0 0 0 .2rem #FFF3F3;
     735}
     736
     737.btn-outline-danger {
     738    background-color: transparent;
     739    background-image: none;
     740    border-color: #F07979;
     741    color: #F07979;
     742}
     743
     744.btn-outline-danger:hover {
     745    background-color: #F07979;
     746    border-color: #F07979;
     747    color: #fff;
     748}
     749
     750.btn-outline-danger:focus,
     751.btn-outline-danger.focus {
     752    box-shadow: 0 0 0 .2rem #FFF3F3;
     753}
     754
     755.btn-outline-danger.disabled,
     756.btn-outline-danger:disabled {
     757    background-color: transparent;
     758    color: #F07979;
     759}
     760
     761.btn-outline-danger:not(:disabled):not(.disabled):active,
     762.btn-outline-danger:not(:disabled):not(.disabled).active,
     763.show>.btn-outline-danger.dropdown-toggle {
     764    background-color: #F07979;
     765    border-color: #F07979;
     766    color: #fff;
     767}
     768
     769.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
     770.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
     771.show>.btn-outline-danger.dropdown-toggle:focus {
     772    box-shadow: 0 0 0 .2rem #FFF3F3;
     773}
     774
     775.btn-outline-light {
     776    background-color: transparent;
     777    background-image: none;
     778    border-color: #F2F5F8;
     779    color: #6F7285;
     780}
     781
     782.btn-outline-light:hover {
     783    background-color: #222963!important;
     784    border-color: #222963!important;
     785    color: #fff;
     786}
     787
     788.btn-outline-light:focus,
     789.btn-outline-light.focus {
     790    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .1);
     791}
     792
     793.btn-outline-light.disabled,
     794.btn-outline-light:disabled {
     795    background-color: transparent;
     796    color: #222963;
     797}
     798
     799.btn-outline-light:not(:disabled):not(.disabled):active,
     800.btn-outline-light:not(:disabled):not(.disabled).active,
     801.show>.btn-outline-light.dropdown-toggle {
     802    background-color: #222963;
     803    border-color: #222963;
     804    color: #fff;
     805}
     806
     807.btn-outline-light:not(:disabled):not(.disabled):active:focus,
     808.btn-outline-light:not(:disabled):not(.disabled).active:focus,
     809.show>.btn-outline-light.dropdown-toggle:focus {
     810    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .1);
     811}
     812
     813.btn-outline-dark {
     814    background-color: transparent;
     815    background-image: none;
     816    border-color: rgba(148, 158, 174, .6);
     817    color: #6F7285;
     818}
     819
     820.btn-outline-dark:hover {
     821    background-color: #6F7285;
     822    border-color: #6F7285;
     823    color: #fff;
     824}
     825
     826.btn-outline-dark:focus,
     827.btn-outline-dark.focus {
     828    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .1);
     829}
     830
     831.btn-outline-dark.disabled,
     832.btn-outline-dark:disabled {
     833    background-color: transparent;
     834    color: #6F7285;
     835}
     836
     837.btn-outline-dark:not(:disabled):not(.disabled):active,
     838.btn-outline-dark:not(:disabled):not(.disabled).active,
     839.show>.btn-outline-dark.dropdown-toggle {
     840    background-color: #6F7285;
     841    border-color: #6F7285;
     842    color: #fff;
     843}
     844
     845.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
     846.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
     847.show>.btn-outline-dark.dropdown-toggle:focus {
     848    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .1);
     849}
     850
     851.btn-link {
     852    background-color: transparent;
     853    color: #3780FF;
     854    font-weight: 400;
     855}
     856
     857.btn-link:hover {
     858    background-color: rgba(0, 0, 0, .03);
     859    border-color: transparent;
     860    color: #3780FF;
     861    text-decoration: underline;
     862}
     863
     864.btn-link:focus,
     865.btn-link.focus {
     866    border-color: transparent;
     867    box-shadow: none;
     868    text-decoration: underline;
     869}
     870
     871.btn-link:disabled,
     872.btn-link.disabled {
     873    color: #6F7285;
     874    pointer-events: none;
     875}
     876
     877
     878/*Fixes for WordPress Plugins*/
     879
     880.wp-core-ui .button{
    2881    display: inline-block;
    3     min-width: 125px;
    4 }
     882    font-weight: 400;
     883    color: #fff;
     884    background-color: #222963;
     885    border-color: #222963;
     886    padding: .375rem .75rem;
     887    font-size: 1rem;
     888    line-height: 1.5;
     889    border-radius: .25rem;
     890}
     891
     892.wp-core-ui select{
     893    font-size: 16px;
     894}
     895
     896/* Earnware -- Pagination */
     897
     898.page-link {
     899    background-color: #fff;
     900    border-radius: .25rem;
     901    border: 1px solid #f2f5f8;
     902    color: #222963;
     903    margin: 0 .2rem;
     904}
     905
     906.page-link:hover {
     907    background-color: #DEFFFF;
     908    border-color: #DEFFFF;
     909    color: #222963;
     910}
     911
     912.page-link:focus {
     913    box-shadow: 0 0 0 .2rem rgba(217, 246, 241, .45);
     914}
     915
     916.page-item.active .page-link {
     917    background-color: #DEFFFF;
     918    border-color: #DEFFFF;
     919    color: #222963;
     920    padding-left: 3rem;
     921    padding-right: 3rem;
     922    z-index: 1;
     923}
     924
     925.page-item.disabled .page-link {
     926    border-color: #f2f5f8;
     927    color: #6F7285;
     928    opacity: .6;
     929}
     930
     931
     932/* Eanware - Form Controls */
     933
     934.form-control {
     935    border-radius: 2px;
     936    border: 1px solid #D7DFE5;
     937}
     938
     939
     940/* Earnware - Custom Controls */
     941
     942.custom-control {
     943    display: block;
     944    margin-bottom: .55rem;
     945    min-height: 1.5rem;
     946    padding-left: 2rem;
     947    position: relative;
     948}
     949
     950.custom-control-inline {
     951    display: -ms-inline-flexbox;
     952    display: inline-flex;
     953    margin-right: 1rem;
     954}
     955
     956.custom-control-input {
     957    opacity: 0;
     958    position: absolute;
     959    z-index: -1;
     960}
     961
     962.custom-control-input:checked~.custom-control-label::before {
     963    background-color: #3780FF;
     964    color: #fff;
     965}
     966
     967.custom-control-input:focus~.custom-control-label::before {
     968    box-shadow: 0 0 0 3px rgba(0, 123, 255, .25);
     969}
     970
     971.custom-control-input:active~.custom-control-label::before {
     972    background-color: #b3d7ff;
     973    color: #fff;
     974}
     975
     976.custom-control-input:disabled~.custom-control-label {
     977    color: #6c757d;
     978}
     979
     980.custom-control-input:disabled~.custom-control-label::before {
     981    background-color: #e9ecef;
     982}
     983
     984.custom-control-label {
     985    margin-bottom: 0;
     986    position: relative;
     987}
     988
     989
     990/* Earnware -- Checkboxes without labels*/
     991
     992input[type="radio"].ew-radio,
     993input[type="checkbox"].ew-checkbox {
     994    -webkit-appearance: none;
     995    appearance: none;
     996    background: #fff;
     997    border-radius: 2px;
     998    border: 2px solid rgba(148, 158, 174, .6);
     999    cursor: default;
     1000    display: inline-block;
     1001    height: 1.54rem;
     1002    margin-right: 4px;
     1003    margin-top: 1px;
     1004    position: relative;
     1005    transition: border .1s ease;
     1006    width: 1.54rem;
     1007}
     1008
     1009input[type="checkbox"].ew-checkbox:hover {
     1010    border: 2px solid #242634;
     1011}
     1012
     1013input[type="checkbox"].ew-checkbox:active,
     1014input[type="checkbox"].ew-checkbox:checked {
     1015    background: #3780FF url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
     1016    background-position: center center;
     1017    background-repeat: no-repeat;
     1018    background-size: 60% 60%;
     1019    border: 2px solid #3780FF;
     1020}
     1021
     1022input[type="radio"].ew-radio {
     1023    border-radius: 50px;
     1024}
     1025
     1026input[type="radio"].ew-radio:hover {
     1027    border: 2px solid #242634;
     1028}
     1029
     1030input[type="radio"].ew-radio:active,
     1031input[type="radio"].ew-radio:checked {
     1032    background: #3780FF url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
     1033    background-position: center center;
     1034    background-repeat: no-repeat;
     1035    background-size: 60% 60%;
     1036    border: 2px solid #3780FF;
     1037}
     1038
     1039input[type="radio"].ew-radio:focus:not(:checked),
     1040input[type="checkbox"].ew-checkbox:focus:not(:checked) {
     1041    background: #fff;
     1042    border-color: #80bdff;
     1043    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
     1044    outline: 0;
     1045}
     1046
     1047input[type="radio"].ew-radio:focus:not(:disabled):active,
     1048input[type="checkbox"].ew-checkbox:focus:not(:disabled):active {
     1049    background: #b3d7ff;
     1050    border-color: #b3d7ff;
     1051    box-shadow: 0 0 0 0;
     1052    outline: 0;
     1053}
     1054
     1055input[type="radio"].ew-radio:focus,
     1056input[type="checkbox"].ew-checkbox:focus {
     1057    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
     1058    outline: 0;
     1059}
     1060
     1061
     1062/*Earnware -- Checkboxes without labels*/
     1063
     1064.custom-control-label::before {
     1065    -moz-user-select: none;
     1066    -ms-user-select: none;
     1067    -webkit-user-select: none;
     1068    background-color: #fff;
     1069    border: 2px solid rgba(148, 158, 174, .6);
     1070    content: "";
     1071    display: block;
     1072    height: 1.54rem;
     1073    left: -2rem;
     1074    pointer-events: none;
     1075    position: absolute;
     1076    top: 0;
     1077    user-select: none;
     1078    width: 1.54rem;
     1079}
     1080
     1081.custom-control-label:hover::before {
     1082    border: 2px solid #242634;
     1083}
     1084
     1085.custom-control-label::after {
     1086    background-position: center center;
     1087    background-repeat: no-repeat;
     1088    background-size: 50% 50%;
     1089    content: "";
     1090    display: block;
     1091    height: 1.54rem;
     1092    left: -2rem;
     1093    position: absolute;
     1094    top: 0;
     1095    width: 1.54rem;
     1096}
     1097
     1098.custom-checkbox .custom-control-label::before {
     1099    border-radius: 2px;
     1100}
     1101
     1102.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
     1103    background: #3780FF;
     1104}
     1105
     1106.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
     1107    background: rgba(148, 158, 174, .6);
     1108}
     1109
     1110.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
     1111    background: rgba(148, 158, 174, .6);
     1112}
     1113
     1114.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
     1115    background: rgba(148, 158, 174, .6);
     1116}
     1117
     1118.custom-radio .custom-control-input:checked~.custom-control-label::before {
     1119    background-color: #3780FF;
     1120}
     1121
     1122.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
     1123    background: rgba(148, 158, 174, .6);
     1124}
     1125
     1126
     1127/*Earnware -- Switch*/
     1128
     1129.custom-switch {
     1130    padding-left: 3.25rem;
     1131}
     1132
     1133.custom-switch .custom-control-label::before {
     1134    background: rgba(148, 158, 174, .6);
     1135    border-radius: 2px;
     1136    border: 0 none;
     1137    cursor: pointer;
     1138    height: 1.7rem;
     1139    left: -3.2rem;
     1140    pointer-events: all;
     1141    top: -2px;
     1142    width: 2.7rem;
     1143}
     1144
     1145.custom-switch .custom-control-label::after {
     1146    background-color: #fff;
     1147    border-radius: 1px;
     1148    cursor: pointer;
     1149    height: calc(1.3rem - 2px);
     1150    left: -2.95rem;
     1151    top: 2px;
     1152    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
     1153    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
     1154    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
     1155    width: calc(1.3rem - 2px);
     1156}
     1157
     1158.custom-control-input:checked~.custom-control-label::before {
     1159    background-color: #3780FF;
     1160    border-color: #3780FF;
     1161    color: #fff;
     1162}
     1163
     1164.custom-switch .custom-control-input:checked~.custom-control-label::after {
     1165    -webkit-transform: translateX(1rem);
     1166    background-color: #fff;
     1167    transform: translateX(1rem);
     1168}
     1169
     1170/* Earnware -- Tables */
     1171
     1172.table thead th {
     1173    border-bottom: 2px solid rgba(148, 158, 174, .2);
     1174    border-top: 0 none;
     1175    font-size: .75rem;
     1176    vertical-align: middle;
     1177}
     1178
     1179.table td,
     1180.table th {
     1181    border-top: 1px solid rgba(148, 158, 174, .2);
     1182    vertical-align: middle;
     1183    padding:1rem .75rem;
     1184}
     1185
     1186.ew-table tbody tr:hover{
     1187    background-color: rgba(0, 0, 0, .02);
     1188}
     1189
     1190.ew-table.ew-table-edit tr td:last-child {
     1191    text-align: right;
     1192}
     1193
     1194th.ew-table-num,
     1195td.ew-table-num {
     1196    text-align: right;
     1197}
     1198
     1199@media all and (max-width: 1200px) {
     1200    .ew-table td,
     1201    .ew-table th {
     1202        padding: .75rem 0;
     1203    }
     1204    .ew-table thead {
     1205        border: 0 none;
     1206        display: none;
     1207    }
     1208    .ew-table td[title]:before {
     1209        content: attr(title);
     1210        float: left;
     1211        font-weight: bold;
     1212        left: 0;
     1213        padding-right: 10px;
     1214        position: relative;
     1215        white-space: normal;
     1216        width: auto;
     1217    }
     1218    .ew-table td {
     1219        float: left;
     1220        text-align: right;
     1221        width: 100%;
     1222    }
     1223    .ew-table tr {
     1224        float: left;
     1225        margin-top: 2rem;
     1226    }
     1227    .ew-table tr:first-child {
     1228        margin-top: 0;
     1229    }
     1230    .ew-table.ew-table-edit td {
     1231        float: left;
     1232        width: 100%;
     1233    }
     1234    .ew-table.ew-table-edit td:first-child,
     1235    .ew-table.ew-table-edit td:last-child {
     1236        border: 0 none;
     1237    }
     1238    .ew-table.ew-table-edit tr {
     1239        border: 1px solid rgba(148, 158, 174, .2);
     1240        float: left;
     1241        margin-top: 1rem;
     1242        padding: 0 .75rem;
     1243        position: relative;
     1244    }
     1245    .ew-table.ew-table-edit td:first-child {
     1246        text-align: left;
     1247        /*For the checkbox*/
     1248    }
     1249    .ew-table.ew-table-edit tr td:last-child {
     1250        float: left;
     1251        position: absolute;
     1252        right: .75rem;
     1253        width: 3rem;
     1254    }
     1255}
     1256
     1257
     1258/* Earnware -- Sidebar Menu */
     1259
     1260/* Navbar */
     1261
     1262.navbar-brand {
     1263    padding-bottom: .95rem;
     1264    padding-top: .95rem;
     1265}
     1266
     1267@media all and (max-width: 768px) {
     1268    .navbar-brand {
     1269        max-width: 100%;
     1270        text-align: center;
     1271    }
     1272    .navbar {
     1273        position: relative;
     1274    }
     1275    [role="main"] {
     1276        padding-top: 21px;
     1277    }
     1278}
     1279
     1280/* Sidebar */
     1281
     1282.sidebar {
     1283    bottom: 0;
     1284    left: 0;
     1285    position: fixed;
     1286    top: 0;
     1287    z-index: 1;
     1288    /* Behind the navbar */
     1289    padding: calc(40px + 1.9rem) 0 0;
     1290    /* Height of navbar-brand */
     1291    padding-bottom: 25px;
     1292}
     1293
     1294.sidebar-sticky {
     1295    height: calc(100vh - 48px);
     1296    overflow-x: hidden;
     1297    overflow-y: auto;
     1298    position: relative;
     1299    top: 0;
     1300    /* Scrollable contents if viewport is shorter than content. */
     1301
     1302
     1303.ew-sidebar .collapsing {
     1304    transition: height .1s ease;
     1305}
     1306
     1307.ew-sidebar .nav-link{
     1308    display: flex;
     1309    overflow: hidden;
     1310    white-space: nowrap;
     1311}
     1312
     1313.ew-sidebar .nav-link[aria-expanded="true"]:after {
     1314    flex: 1;
     1315    right: 1rem;
     1316    content: "▴";
     1317    opacity: 0.4;
     1318    transition: all .1s ease;
     1319    text-align: right;
     1320}
     1321
     1322.ew-sidebar .nav-link[aria-expanded="false"]:after {
     1323    flex: 1;
     1324    right: 1rem;
     1325    content: "▾";
     1326    opacity: 0.4;
     1327    transition: all .1s ease;
     1328    text-align: right;
     1329}
     1330
     1331.ew-sidebar .nav-link[aria-expanded="true"],
     1332.ew-sidebar .nav-item .nav-item .nav-link {
     1333    background: rgba(0, 0, 0, .05);
     1334}
     1335
     1336.ew-sidebar .nav-item .nav-item .nav-link {
     1337    background: rgba(0, 0, 0, .05);
     1338    padding-left: 3.6rem;
     1339}
     1340
     1341.ew-sidebar .nav-link {
     1342    padding: .8rem 1.2rem;
     1343    transition: all .1s ease;
     1344}
     1345
     1346.ew-sidebar .nav-item .feather {
     1347    margin-right: .7rem;
     1348}
     1349
     1350@media all and (max-width: 1124px) {
     1351    .ew-sidebar .nav-link {
     1352        padding: .8rem .8rem;
     1353        font-size: .85rem;
     1354    }
     1355}
     1356
     1357/* Dark Sidebar */
     1358 
     1359.ew-sidebar.dark .nav-link:hover {
     1360    color: rgba(255, 255, 255, 0.8)!important;
     1361}
     1362
     1363/* Light Sidebar */
     1364 
     1365.ew-sidebar.light .nav-link:hover {
     1366    color: rgba(0, 0, 0, 0.8)!important;
     1367}
     1368
     1369.ew-sidebar.light .feather{
     1370    opacity: 0.7;
     1371}
     1372
     1373.ew-sidebar.light .active .feather{
     1374    opacity: 0.9;
     1375}
     1376
     1377.ew-sidebar.light .active .text-black-50{
     1378    color: #232533!important;
     1379}
     1380 
     1381/* Earnware -- Alerts */
     1382
     1383.alert-primary {
     1384    color: #222963;
     1385    background-color: #DEFFFF;
     1386    border-color: #33CCCC;
     1387}
     1388
     1389.alert-primary hr {
     1390    border-top-color: #33CCCC;
     1391}
     1392
     1393.alert-primary .alert-link {
     1394    color: #222963;
     1395}
     1396
     1397.alert-secondary {
     1398    color: #222963;
     1399    background-color: #F2F5F8;
     1400    border-color: #9CAEBF;
     1401}
     1402
     1403.alert-secondary hr {
     1404    border-top-color: #9CAEBF;
     1405}
     1406
     1407.alert-secondary .alert-link {
     1408    color: #222963;
     1409}
     1410
     1411.alert-success {
     1412    color: #fff;
     1413    background-color: #3780FF;
     1414    border-color: #3780FF;
     1415}
     1416
     1417.alert-success hr {
     1418    border-top-color: #fff;
     1419}
     1420
     1421.alert-success .alert-link {
     1422    color: #fff;
     1423}
     1424
     1425.alert-info {
     1426    color: #222963;
     1427    background-color: #DEFFFF;
     1428    border-color: #33CCCC;
     1429}
     1430
     1431.alert-info hr {
     1432    border-top-color: #33CCCC;
     1433}
     1434
     1435.alert-info .alert-link {
     1436    color: #222963;
     1437}
     1438
     1439.alert-warning {
     1440    color: #222963;
     1441    background-color: #FFF3F3;
     1442    border-color: #F07979;
     1443}
     1444
     1445.alert-warning hr {
     1446    border-top-color: #F07979;
     1447}
     1448
     1449.alert-warning .alert-link {
     1450    color: #222963;
     1451}
     1452
     1453.alert-danger {
     1454    color: #222963;
     1455    background-color: #FFF3F3;
     1456    border-color: #F07979;
     1457}
     1458
     1459.alert-danger hr {
     1460    border-top-color: #F07979;
     1461}
     1462
     1463.alert-danger .alert-link {
     1464    color: #222963;
     1465}
     1466
     1467.alert-light {
     1468    color: #222963;
     1469    background-color: rgba(148, 158, 174, .09);
     1470    border: 1px solid rgba(148, 158, 174, .1);
     1471}
     1472
     1473.alert-light:hover {
     1474    border: 1px solid rgba(148, 158, 174, .3);
     1475}
     1476
     1477.alert-light hr {
     1478    border-top-color: #9CAEBF;
     1479}
     1480
     1481.alert-light .alert-link {
     1482    color: #222963;
     1483}
     1484
     1485.alert-dark {
     1486    color: #222963;
     1487    background-color: #F2F5F8;
     1488    border-color: #9CAEBF;
     1489}
     1490
     1491.alert-dark hr {
     1492    border-top-color: #9CAEBF;
     1493}
     1494
     1495.alert-dark .alert-link {
     1496    color: #222963;
     1497}
     1498
     1499
     1500/* Earnware Mobile Menu */
     1501
     1502.navbar-light .navbar-toggler {
     1503    border-color: rgba(0, 0, 0, 0);
     1504}
     1505
     1506.navbar-light .navbar-toggler-icon {
     1507    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M15 7h10M4 15h22M4 23h11'/%3E%3C/svg%3E");
     1508}
     1509
     1510.navbar-dark .navbar-toggler {
     1511    border-color: rgba(255, 255, 255, 0);
     1512}
     1513
     1514.navbar-dark .navbar-toggler-icon {
     1515    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M15 7h10M4 15h22M4 23h11'/%3E%3C/svg%3E");
     1516}
     1517
     1518.ew-menu-user .feather {
     1519    width: 27px;
     1520    height: 27px;
     1521    color: rgba(0, 0, 0, 0.5);
     1522}
     1523
     1524.navbar-dark .ew-menu-user .feather {
     1525    color: rgba(255, 255, 255, 0.5);
     1526}
     1527
     1528
     1529/* Eanrware -- Progress Bar */
     1530
     1531.progress-bar {
     1532    background-color: #3780FF;
     1533}
     1534
     1535
     1536/* Earnware -- Modals */
     1537
     1538.modal-header {
     1539    border: 0 none;
     1540}
     1541
     1542.modal-footer,
     1543.modal-body {
     1544    border: 0 none;
     1545    background: #F2F5F8;
     1546}
     1547
     1548.modal-backdrop.show {
     1549    background-color: #222963!important;
     1550    opacity: 0.55;
     1551}
     1552
     1553
     1554/* Earnware -- Toasts */
     1555
     1556.toast-body {
     1557    background: #F2F5F8;
     1558}
     1559
     1560
     1561/* Earnware -- Nav Pills */
     1562
     1563.nav-pills .nav-link.active,
     1564.nav-pills .show>.nav-link {
     1565    color: #fff;
     1566    background-color: #222963;
     1567}
     1568
     1569
     1570/* Earnware -- Badges */
     1571
     1572.badge {
     1573    font-size: 85%;
     1574    font-weight: normal;
     1575}
     1576
     1577.badge-primary {
     1578    color: #fff;
     1579    background-color: #9CAEBF;
     1580}
     1581
     1582a.badge-primary:hover,
     1583a.badge-primary:focus {
     1584    color: #fff;
     1585    background-color: #9CAEBF;
     1586}
     1587
     1588a.badge-primary:focus,
     1589a.badge-primary.focus {
     1590    box-shadow: 0 0 0 0;
     1591}
     1592
     1593.badge-secondary {
     1594    color: #fff;
     1595    background-color: #33CCCC;
     1596}
     1597
     1598a.badge-secondary:hover,
     1599a.badge-secondary:focus {
     1600    color: #fff;
     1601    background-color: #33CCCC;
     1602}
     1603
     1604a.badge-secondary:focus,
     1605a.badge-secondary.focus {
     1606    box-shadow: 0 0 0 0;
     1607}
     1608
     1609.badge-success {
     1610    color: #fff;
     1611    background-color: #3780FF;
     1612}
     1613
     1614a.badge-success:hover,
     1615a.badge-success:focus {
     1616    color: #fff;
     1617    background-color: #3780FF;
     1618}
     1619
     1620a.badge-success:focus,
     1621a.badge-success.focus {
     1622    box-shadow: 0 0 0 0;
     1623}
     1624
     1625.badge-info {
     1626    color: #fff;
     1627    background-color: #33CCCC;
     1628}
     1629
     1630a.badge-info:hover,
     1631a.badge-info:focus {
     1632    color: #fff;
     1633    background-color: #33CCCC;
     1634}
     1635
     1636a.badge-info:focus,
     1637a.badge-info.focus {
     1638    outline: 0;
     1639    box-shadow: 0 0 0 0;
     1640}
     1641
     1642.badge-warning {
     1643    color: #fff;
     1644    background-color: #F07979;
     1645}
     1646
     1647a.badge-warning:hover,
     1648a.badge-warning:focus {
     1649    color: #fff;
     1650    background-color: #F07979;
     1651}
     1652
     1653a.badge-warning:focus,
     1654a.badge-warning.focus {
     1655    outline: 0;
     1656    box-shadow: 0 0 0 0;
     1657}
     1658
     1659.badge-danger {
     1660    color: #fff;
     1661    background-color: #F07979;
     1662}
     1663
     1664a.badge-danger:hover,
     1665a.badge-danger:focus {
     1666    color: #fff;
     1667    background-color: #F07979;
     1668}
     1669
     1670a.badge-danger:focus,
     1671a.badge-danger.focus {
     1672    outline: 0;
     1673    box-shadow: 0 0 0 0;
     1674}
     1675
     1676.badge-light {
     1677    color: #212529;
     1678    background-color: #f8f9fa;
     1679}
     1680
     1681a.badge-light:hover,
     1682a.badge-light:focus {
     1683    color: #212529;
     1684    background-color: #dae0e5;
     1685}
     1686
     1687a.badge-light:focus,
     1688a.badge-light.focus {
     1689    box-shadow: 0 0 0 0;
     1690}
     1691
     1692.badge-dark {
     1693    color: #fff;
     1694    background-color: #6F7285;
     1695}
     1696
     1697a.badge-dark:hover,
     1698a.badge-dark:focus {
     1699    color: #fff;
     1700    background-color: #6F7285;
     1701}
     1702
     1703a.badge-dark:focus,
     1704a.badge-dark.focus {
     1705    box-shadow: 0 0 0 0;
     1706}
     1707
     1708
     1709/* Earnware -- Text Colors */
     1710
     1711.text-primary {
     1712    color: #222963 !important;
     1713}
     1714
     1715a.text-primary:hover,
     1716a.text-primary:focus {
     1717    color: #222963 !important;
     1718}
     1719
     1720.text-secondary {
     1721    color: #3780FF !important;
     1722}
     1723
     1724a.text-secondary:hover,
     1725a.text-secondary:focus {
     1726    color: #3780FF !important;
     1727}
     1728
     1729.text-success {
     1730    color: #3780FF !important;
     1731}
     1732
     1733a.text-success:hover,
     1734a.text-success:focus {
     1735    color: #3780FF !important;
     1736}
     1737
     1738.text-info {
     1739    color: #222963 !important;
     1740}
     1741
     1742a.text-info:hover,
     1743a.text-info:focus {
     1744    color: #0f6674 !important;
     1745}
     1746
     1747.text-warning {
     1748    color: #ffc107 !important;
     1749}
     1750
     1751a.text-warning:hover,
     1752a.text-warning:focus {
     1753    color: #F07979 !important;
     1754}
     1755
     1756.text-danger {
     1757    color: #F07979 !important;
     1758}
     1759
     1760a.text-danger:hover,
     1761a.text-danger:focus {
     1762    color: #F07979 !important;
     1763}
     1764
     1765.text-light {
     1766    color: #f8f9fa !important;
     1767}
     1768
     1769a.text-light:hover,
     1770a.text-light:focus {
     1771    color: #cbd3da !important;
     1772}
     1773
     1774.text-dark {
     1775    color: #6F7285 !important;
     1776}
     1777
     1778a.text-dark:hover,
     1779a.text-dark:focus {
     1780    color: #6F7285 !important;
     1781}
     1782
     1783.text-body {
     1784    color: #222963 !important;
     1785}
     1786
     1787.text-muted {
     1788    color: #222963 !important;
     1789    opacity: 0.7;
     1790}
     1791
     1792
     1793/* Eanrware -- Cards */
     1794
     1795.ew-cards.card,
     1796.ew-cards .card {
     1797    border: 0 none;
     1798}
     1799
     1800.ew-cards .card-footer {
     1801    background: rgba(0, 0, 0, 0, 3);
     1802    border-top: 0 none;
     1803}
     1804
     1805.ew-cards .card-header {
     1806    background: rgba(0, 0, 0, 0, 3);
     1807    border-bottom: 0 none;
     1808}
     1809
     1810
     1811/* Eanrware -- Tabs  */
     1812
     1813.nav-tabs {
     1814    border-bottom: 1px solid rgba(148, 158, 174, .2);
     1815}
     1816
     1817.nav-tabs .nav-item {
     1818    margin-bottom: -1px;
     1819}
     1820
     1821.nav-tabs .nav-link {
     1822    color: #6F7285;
     1823    border: 1px solid transparent;
     1824    border-top-left-radius: 0;
     1825    border-top-right-radius: 0;
     1826    opacity: .6;
     1827}
     1828
     1829.nav-tabs .nav-link:hover,
     1830.nav-tabs .nav-link:focus {
     1831    border-color: transparent transparent #222963 transparent;
     1832    opacity: 1;
     1833}
     1834
     1835.nav-tabs .nav-link.disabled {
     1836    color: #6c757d;
     1837    background-color: transparent;
     1838    border-color: transparent;
     1839}
     1840
     1841.nav-tabs .nav-link.active,
     1842.nav-tabs .nav-item.show .nav-link {
     1843    color: #222963;
     1844    background-color: transparent;
     1845    border-color: transparent transparent #222963 transparent;
     1846}
  • earnware-connect/trunk/wp-ew.php

    r2294534 r2365151  
    1717 * Plugin URI:        https://www.earnware.com/wordpress/plugins/earnware-connect
    1818 * Description:       A plugin to connect any wordpress site to the Earnware Dashboard.
    19  * Version:           1.0.57
     19 * Version:           1.0.58
    2020 * Author:            Earnware Corporation
    2121 * Author URI:        https://earnware.com/about/
     
    3131}
    3232
    33 define( 'PLUGIN_NAME_VERSION', '1.0.57' );
     33define( 'PLUGIN_NAME_VERSION', '1.0.58' );
    3434
    3535/**
Note: See TracChangeset for help on using the changeset viewer.