uikit2-rails 0.1.9 → 0.1.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (114) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/lib/uikit2/rails/version.rb +1 -1
  4. data/vendor/assets/fonts/FontAwesome.otf +0 -0
  5. data/vendor/assets/fonts/fontawesome-webfont.ttf +0 -0
  6. data/vendor/assets/fonts/fontawesome-webfont.woff +0 -0
  7. data/vendor/assets/fonts/fontawesome-webfont.woff2 +0 -0
  8. data/vendor/assets/javascripts/uikit.js +512 -425
  9. data/vendor/assets/javascripts/uikit/components/accordion.js +19 -13
  10. data/vendor/assets/javascripts/uikit/components/autocomplete.js +23 -17
  11. data/vendor/assets/javascripts/uikit/components/datepicker.js +25 -24
  12. data/vendor/assets/javascripts/uikit/components/form-password.js +16 -16
  13. data/vendor/assets/javascripts/uikit/components/form-select.js +33 -25
  14. data/vendor/assets/javascripts/uikit/components/grid-parallax.js +12 -12
  15. data/vendor/assets/javascripts/uikit/components/grid.js +47 -34
  16. data/vendor/assets/javascripts/uikit/components/htmleditor.js +47 -3
  17. data/vendor/assets/javascripts/uikit/components/lightbox.js +68 -70
  18. data/vendor/assets/javascripts/uikit/components/nestable.js +6 -6
  19. data/vendor/assets/javascripts/uikit/components/notify.js +9 -9
  20. data/vendor/assets/javascripts/uikit/components/pagination.js +8 -8
  21. data/vendor/assets/javascripts/uikit/components/parallax.js +13 -13
  22. data/vendor/assets/javascripts/uikit/components/search.js +11 -11
  23. data/vendor/assets/javascripts/uikit/components/slider.js +27 -15
  24. data/vendor/assets/javascripts/uikit/components/slideset.js +21 -12
  25. data/vendor/assets/javascripts/uikit/components/slideshow-fx.js +35 -28
  26. data/vendor/assets/javascripts/uikit/components/slideshow.js +129 -95
  27. data/vendor/assets/javascripts/uikit/components/sortable.js +45 -36
  28. data/vendor/assets/javascripts/uikit/components/sticky.js +19 -13
  29. data/vendor/assets/javascripts/uikit/components/timepicker.js +6 -6
  30. data/vendor/assets/javascripts/uikit/components/tooltip.js +47 -46
  31. data/vendor/assets/javascripts/uikit/components/upload.js +46 -44
  32. data/vendor/assets/javascripts/uikit/core/alert.js +17 -17
  33. data/vendor/assets/javascripts/uikit/core/button.js +25 -26
  34. data/vendor/assets/javascripts/uikit/core/core.js +58 -23
  35. data/vendor/assets/javascripts/uikit/core/cover.js +9 -17
  36. data/vendor/assets/javascripts/uikit/core/dropdown.js +108 -99
  37. data/vendor/assets/javascripts/uikit/core/grid.js +16 -16
  38. data/vendor/assets/javascripts/uikit/core/modal.js +35 -41
  39. data/vendor/assets/javascripts/uikit/core/nav.js +35 -18
  40. data/vendor/assets/javascripts/uikit/core/offcanvas.js +50 -33
  41. data/vendor/assets/javascripts/uikit/core/scrollspy.js +33 -33
  42. data/vendor/assets/javascripts/uikit/core/smooth-scroll.js +8 -8
  43. data/vendor/assets/javascripts/uikit/core/switcher.js +54 -52
  44. data/vendor/assets/javascripts/uikit/core/tab.js +27 -25
  45. data/vendor/assets/javascripts/uikit/core/toggle.js +12 -8
  46. data/vendor/assets/javascripts/uikit/core/touch.js +3 -3
  47. data/vendor/assets/javascripts/uikit/core/utility.js +35 -19
  48. data/vendor/assets/stylesheets/uikit.almost-flat.css +299 -242
  49. data/vendor/assets/stylesheets/uikit.css +280 -223
  50. data/vendor/assets/stylesheets/uikit.gradient.css +309 -252
  51. data/vendor/assets/stylesheets/uikit/components/accordion.almost-flat.css +2 -2
  52. data/vendor/assets/stylesheets/uikit/components/accordion.css +2 -2
  53. data/vendor/assets/stylesheets/uikit/components/accordion.gradient.css +2 -2
  54. data/vendor/assets/stylesheets/uikit/components/autocomplete.almost-flat.css +5 -5
  55. data/vendor/assets/stylesheets/uikit/components/autocomplete.css +5 -5
  56. data/vendor/assets/stylesheets/uikit/components/autocomplete.gradient.css +5 -5
  57. data/vendor/assets/stylesheets/uikit/components/datepicker.almost-flat.css +10 -10
  58. data/vendor/assets/stylesheets/uikit/components/datepicker.css +10 -10
  59. data/vendor/assets/stylesheets/uikit/components/datepicker.gradient.css +9 -9
  60. data/vendor/assets/stylesheets/uikit/components/dotnav.almost-flat.css +1 -1
  61. data/vendor/assets/stylesheets/uikit/components/dotnav.css +1 -1
  62. data/vendor/assets/stylesheets/uikit/components/dotnav.gradient.css +1 -1
  63. data/vendor/assets/stylesheets/uikit/components/form-advanced.almost-flat.css +5 -5
  64. data/vendor/assets/stylesheets/uikit/components/form-advanced.css +5 -5
  65. data/vendor/assets/stylesheets/uikit/components/form-advanced.gradient.css +5 -5
  66. data/vendor/assets/stylesheets/uikit/components/form-file.almost-flat.css +1 -1
  67. data/vendor/assets/stylesheets/uikit/components/form-file.css +1 -1
  68. data/vendor/assets/stylesheets/uikit/components/form-file.gradient.css +1 -1
  69. data/vendor/assets/stylesheets/uikit/components/form-password.almost-flat.css +3 -3
  70. data/vendor/assets/stylesheets/uikit/components/form-password.css +3 -3
  71. data/vendor/assets/stylesheets/uikit/components/form-password.gradient.css +3 -3
  72. data/vendor/assets/stylesheets/uikit/components/form-select.almost-flat.css +1 -1
  73. data/vendor/assets/stylesheets/uikit/components/form-select.css +1 -1
  74. data/vendor/assets/stylesheets/uikit/components/form-select.gradient.css +1 -1
  75. data/vendor/assets/stylesheets/uikit/components/htmleditor.almost-flat.css +12 -12
  76. data/vendor/assets/stylesheets/uikit/components/htmleditor.css +12 -12
  77. data/vendor/assets/stylesheets/uikit/components/htmleditor.gradient.css +13 -13
  78. data/vendor/assets/stylesheets/uikit/components/nestable.almost-flat.css +7 -3
  79. data/vendor/assets/stylesheets/uikit/components/nestable.css +6 -2
  80. data/vendor/assets/stylesheets/uikit/components/nestable.gradient.css +9 -5
  81. data/vendor/assets/stylesheets/uikit/components/notify.almost-flat.css +4 -4
  82. data/vendor/assets/stylesheets/uikit/components/notify.css +3 -3
  83. data/vendor/assets/stylesheets/uikit/components/notify.gradient.css +4 -4
  84. data/vendor/assets/stylesheets/uikit/components/placeholder.almost-flat.css +3 -3
  85. data/vendor/assets/stylesheets/uikit/components/placeholder.css +3 -3
  86. data/vendor/assets/stylesheets/uikit/components/placeholder.gradient.css +3 -3
  87. data/vendor/assets/stylesheets/uikit/components/progress.almost-flat.css +2 -2
  88. data/vendor/assets/stylesheets/uikit/components/progress.css +3 -3
  89. data/vendor/assets/stylesheets/uikit/components/progress.gradient.css +2 -2
  90. data/vendor/assets/stylesheets/uikit/components/search.almost-flat.css +18 -18
  91. data/vendor/assets/stylesheets/uikit/components/search.css +17 -17
  92. data/vendor/assets/stylesheets/uikit/components/search.gradient.css +18 -18
  93. data/vendor/assets/stylesheets/uikit/components/slidenav.almost-flat.css +1 -1
  94. data/vendor/assets/stylesheets/uikit/components/slidenav.css +1 -1
  95. data/vendor/assets/stylesheets/uikit/components/slidenav.gradient.css +1 -1
  96. data/vendor/assets/stylesheets/uikit/components/slider.almost-flat.css +10 -1
  97. data/vendor/assets/stylesheets/uikit/components/slider.css +10 -1
  98. data/vendor/assets/stylesheets/uikit/components/slider.gradient.css +10 -1
  99. data/vendor/assets/stylesheets/uikit/components/slideshow.almost-flat.css +1 -1
  100. data/vendor/assets/stylesheets/uikit/components/slideshow.css +1 -1
  101. data/vendor/assets/stylesheets/uikit/components/slideshow.gradient.css +1 -1
  102. data/vendor/assets/stylesheets/uikit/components/sortable.almost-flat.css +5 -1
  103. data/vendor/assets/stylesheets/uikit/components/sortable.css +5 -1
  104. data/vendor/assets/stylesheets/uikit/components/sortable.gradient.css +5 -1
  105. data/vendor/assets/stylesheets/uikit/components/sticky.almost-flat.css +4 -1
  106. data/vendor/assets/stylesheets/uikit/components/sticky.css +4 -1
  107. data/vendor/assets/stylesheets/uikit/components/sticky.gradient.css +4 -1
  108. data/vendor/assets/stylesheets/uikit/components/tooltip.almost-flat.css +8 -7
  109. data/vendor/assets/stylesheets/uikit/components/tooltip.css +8 -7
  110. data/vendor/assets/stylesheets/uikit/components/tooltip.gradient.css +8 -7
  111. data/vendor/assets/stylesheets/uikit/components/upload.almost-flat.css +1 -1
  112. data/vendor/assets/stylesheets/uikit/components/upload.css +1 -1
  113. data/vendor/assets/stylesheets/uikit/components/upload.gradient.css +1 -1
  114. metadata +2 -2
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.26.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.27.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Base
4
4
  ========================================================================== */
@@ -14,8 +14,8 @@ html {
14
14
  -webkit-text-size-adjust: 100%;
15
15
  -ms-text-size-adjust: 100%;
16
16
  /* 3 */
17
- background: #ffffff;
18
- color: #444444;
17
+ background: #fff;
18
+ color: #444;
19
19
  }
20
20
  /*
21
21
  * Removes default margin.
@@ -43,13 +43,13 @@ a:hover {
43
43
  */
44
44
  a,
45
45
  .uk-link {
46
- color: #0077dd;
46
+ color: #07D;
47
47
  text-decoration: none;
48
48
  cursor: pointer;
49
49
  }
50
50
  a:hover,
51
51
  .uk-link:hover {
52
- color: #005599;
52
+ color: #059;
53
53
  text-decoration: underline;
54
54
  }
55
55
  /* Text-level semantics
@@ -79,21 +79,21 @@ strong {
79
79
  /* 2 */
80
80
  font-family: Consolas, monospace, serif;
81
81
  /* 3 */
82
- color: #dd0055;
82
+ color: #D05;
83
83
  white-space: nowrap;
84
84
  }
85
85
  /*
86
86
  * Emphasize
87
87
  */
88
88
  em {
89
- color: #dd0055;
89
+ color: #D05;
90
90
  }
91
91
  /*
92
92
  * Insert
93
93
  */
94
94
  ins {
95
- background: #ffffaa;
96
- color: #444444;
95
+ background: #ffa;
96
+ color: #444;
97
97
  text-decoration: none;
98
98
  }
99
99
  /*
@@ -101,8 +101,8 @@ ins {
101
101
  * Note: Addresses styling not present in IE 8/9.
102
102
  */
103
103
  mark {
104
- background: #ffffaa;
105
- color: #444444;
104
+ background: #ffa;
105
+ color: #444;
106
106
  }
107
107
  /*
108
108
  * Quote
@@ -229,7 +229,7 @@ h6 {
229
229
  margin: 0 0 15px 0;
230
230
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
231
231
  font-weight: normal;
232
- color: #444444;
232
+ color: #444;
233
233
  text-transform: none;
234
234
  }
235
235
  /*
@@ -312,7 +312,7 @@ hr {
312
312
  /* 2 */
313
313
  margin: 15px 0;
314
314
  border: 0;
315
- border-top: 1px solid #dddddd;
315
+ border-top: 1px solid #ddd;
316
316
  }
317
317
  /* Address
318
318
  ========================================================================== */
@@ -323,7 +323,7 @@ address {
323
323
  ========================================================================== */
324
324
  blockquote {
325
325
  padding-left: 15px;
326
- border-left: 5px solid #dddddd;
326
+ border-left: 5px solid #ddd;
327
327
  font-size: 16px;
328
328
  line-height: 22px;
329
329
  font-style: italic;
@@ -337,7 +337,7 @@ pre {
337
337
  padding: 10px;
338
338
  background: #f5f5f5;
339
339
  font: 12px / 18px Consolas, monospace, serif;
340
- color: #444444;
340
+ color: #444;
341
341
  -moz-tab-size: 4;
342
342
  tab-size: 4;
343
343
  /* 1 */
@@ -346,13 +346,13 @@ pre {
346
346
  /* Selection pseudo-element
347
347
  ========================================================================== */
348
348
  ::-moz-selection {
349
- background: #3399ff;
350
- color: #ffffff;
349
+ background: #39f;
350
+ color: #fff;
351
351
  text-shadow: none;
352
352
  }
353
353
  ::selection {
354
- background: #3399ff;
355
- color: #ffffff;
354
+ background: #39f;
355
+ color: #fff;
356
356
  text-shadow: none;
357
357
  }
358
358
  /* HTML5 elements
@@ -602,18 +602,18 @@ iframe {
602
602
  .uk-grid-divider > [class*='uk-width-7-']:nth-child(n+2),
603
603
  .uk-grid-divider > [class*='uk-width-8-']:nth-child(n+2),
604
604
  .uk-grid-divider > [class*='uk-width-9-']:nth-child(n+2) {
605
- border-left: 1px solid #dddddd;
605
+ border-left: 1px solid #ddd;
606
606
  }
607
607
  /* Tablet and bigger */
608
608
  @media (min-width: 768px) {
609
609
  .uk-grid-divider > [class*='uk-width-medium-']:not(.uk-width-medium-1-1):nth-child(n+2) {
610
- border-left: 1px solid #dddddd;
610
+ border-left: 1px solid #ddd;
611
611
  }
612
612
  }
613
613
  /* Desktop and bigger */
614
614
  @media (min-width: 960px) {
615
615
  .uk-grid-divider > [class*='uk-width-large-']:not(.uk-width-large-1-1):nth-child(n+2) {
616
- border-left: 1px solid #dddddd;
616
+ border-left: 1px solid #ddd;
617
617
  }
618
618
  }
619
619
  /* Large screen and bigger */
@@ -640,7 +640,7 @@ iframe {
640
640
  .uk-grid-divider:empty {
641
641
  margin-top: 25px;
642
642
  margin-bottom: 25px;
643
- border-top: 1px solid #dddddd;
643
+ border-top: 1px solid #ddd;
644
644
  }
645
645
  /* Match panels in grids
646
646
  ========================================================================== */
@@ -1313,7 +1313,7 @@ iframe {
1313
1313
  line-height: 24px;
1314
1314
  font-weight: normal;
1315
1315
  text-transform: none;
1316
- color: #444444;
1316
+ color: #444;
1317
1317
  }
1318
1318
  /* Sub-object: `uk-panel-badge`
1319
1319
  ========================================================================== */
@@ -1338,13 +1338,13 @@ iframe {
1338
1338
  .uk-panel-box {
1339
1339
  padding: 15px;
1340
1340
  background: #f5f5f5;
1341
- color: #444444;
1341
+ color: #444;
1342
1342
  }
1343
1343
  .uk-panel-box-hover:hover {
1344
- color: #444444;
1344
+ color: #444;
1345
1345
  }
1346
1346
  .uk-panel-box .uk-panel-title {
1347
- color: #444444;
1347
+ color: #444;
1348
1348
  }
1349
1349
  .uk-panel-box .uk-panel-badge {
1350
1350
  top: 10px;
@@ -1378,24 +1378,24 @@ iframe {
1378
1378
  * Sub-modifier: `uk-panel-box-secondary`
1379
1379
  */
1380
1380
  .uk-panel-box-secondary {
1381
- background-color: #eeeeee;
1382
- color: #444444;
1381
+ background-color: #eee;
1382
+ color: #444;
1383
1383
  }
1384
1384
  .uk-panel-box-secondary-hover:hover {
1385
- color: #444444;
1385
+ color: #444;
1386
1386
  }
1387
1387
  .uk-panel-box-secondary .uk-panel-title {
1388
- color: #444444;
1388
+ color: #444;
1389
1389
  }
1390
1390
  /* Modifier: `uk-panel-hover`
1391
1391
  ========================================================================== */
1392
1392
  .uk-panel-hover {
1393
1393
  padding: 15px;
1394
- color: #444444;
1394
+ color: #444;
1395
1395
  }
1396
1396
  .uk-panel-hover:hover {
1397
1397
  background: #f5f5f5;
1398
- color: #444444;
1398
+ color: #444;
1399
1399
  }
1400
1400
  .uk-panel-hover .uk-panel-badge {
1401
1401
  top: 10px;
@@ -1410,8 +1410,8 @@ iframe {
1410
1410
  ========================================================================== */
1411
1411
  .uk-panel-header .uk-panel-title {
1412
1412
  padding-bottom: 10px;
1413
- border-bottom: 1px solid #dddddd;
1414
- color: #444444;
1413
+ border-bottom: 1px solid #ddd;
1414
+ color: #444;
1415
1415
  }
1416
1416
  /* Modifier: `uk-panel-space`
1417
1417
  ========================================================================== */
@@ -1434,7 +1434,7 @@ iframe {
1434
1434
  top: -25px;
1435
1435
  left: 0;
1436
1436
  right: 0;
1437
- border-top: 1px solid #dddddd;
1437
+ border-top: 1px solid #ddd;
1438
1438
  }
1439
1439
  /* Large screen and bigger */
1440
1440
  @media (min-width: 1220px) {
@@ -1507,7 +1507,7 @@ iframe {
1507
1507
  * Default
1508
1508
  */
1509
1509
  .uk-block-default {
1510
- background: #ffffff;
1510
+ background: #fff;
1511
1511
  }
1512
1512
  /*
1513
1513
  * Muted
@@ -1525,7 +1525,7 @@ iframe {
1525
1525
  * Secondary
1526
1526
  */
1527
1527
  .uk-block-secondary {
1528
- background: #222222;
1528
+ background: #222;
1529
1529
  }
1530
1530
  /*
1531
1531
  * Adjust padding between equal colored blocks
@@ -1579,12 +1579,12 @@ iframe {
1579
1579
  .uk-article-meta {
1580
1580
  font-size: 12px;
1581
1581
  line-height: 18px;
1582
- color: #999999;
1582
+ color: #999;
1583
1583
  }
1584
1584
  /* Sub-object `uk-article-lead`
1585
1585
  ========================================================================== */
1586
1586
  .uk-article-lead {
1587
- color: #444444;
1587
+ color: #444;
1588
1588
  font-size: 18px;
1589
1589
  line-height: 24px;
1590
1590
  font-weight: normal;
@@ -1593,7 +1593,7 @@ iframe {
1593
1593
  ========================================================================== */
1594
1594
  .uk-article-divider {
1595
1595
  margin-bottom: 25px;
1596
- border-color: #dddddd;
1596
+ border-color: #ddd;
1597
1597
  }
1598
1598
  * + .uk-article-divider {
1599
1599
  margin-top: 25px;
@@ -1636,7 +1636,7 @@ iframe {
1636
1636
  margin: 2px 0 0 0;
1637
1637
  font-size: 11px;
1638
1638
  line-height: 16px;
1639
- color: #999999;
1639
+ color: #999;
1640
1640
  }
1641
1641
  /* Sub-object `uk-comment-body`
1642
1642
  ========================================================================== */
@@ -1793,7 +1793,7 @@ ul.uk-nav-sub {
1793
1793
  * Items
1794
1794
  */
1795
1795
  .uk-nav-side > li > a {
1796
- color: #444444;
1796
+ color: #444;
1797
1797
  }
1798
1798
  /*
1799
1799
  * Hover
@@ -1803,35 +1803,35 @@ ul.uk-nav-sub {
1803
1803
  .uk-nav-side > li > a:hover,
1804
1804
  .uk-nav-side > li > a:focus {
1805
1805
  background: rgba(0, 0, 0, 0.05);
1806
- color: #444444;
1806
+ color: #444;
1807
1807
  /* 2 */
1808
1808
  outline: none;
1809
1809
  }
1810
1810
  /* Active */
1811
1811
  .uk-nav-side > li.uk-active > a {
1812
1812
  background: #00a8e6;
1813
- color: #ffffff;
1813
+ color: #fff;
1814
1814
  }
1815
1815
  /*
1816
1816
  * Sub-object: `uk-nav-header`
1817
1817
  */
1818
1818
  .uk-nav-side .uk-nav-header {
1819
- color: #444444;
1819
+ color: #444;
1820
1820
  }
1821
1821
  /*
1822
1822
  * Sub-object: `uk-nav-divider`
1823
1823
  */
1824
1824
  .uk-nav-side .uk-nav-divider {
1825
- border-top: 1px solid #dddddd;
1825
+ border-top: 1px solid #ddd;
1826
1826
  }
1827
1827
  /*
1828
1828
  * Nested items
1829
1829
  */
1830
1830
  .uk-nav-side ul a {
1831
- color: #0077dd;
1831
+ color: #07D;
1832
1832
  }
1833
1833
  .uk-nav-side ul a:hover {
1834
- color: #005599;
1834
+ color: #059;
1835
1835
  }
1836
1836
  /* Modifier `uk-nav-dropdown`
1837
1837
  ========================================================================== */
@@ -1839,7 +1839,7 @@ ul.uk-nav-sub {
1839
1839
  * Items
1840
1840
  */
1841
1841
  .uk-nav-dropdown > li > a {
1842
- color: #444444;
1842
+ color: #444;
1843
1843
  }
1844
1844
  /*
1845
1845
  * Hover
@@ -1849,7 +1849,7 @@ ul.uk-nav-sub {
1849
1849
  .uk-nav-dropdown > li > a:hover,
1850
1850
  .uk-nav-dropdown > li > a:focus {
1851
1851
  background: #00a8e6;
1852
- color: #ffffff;
1852
+ color: #fff;
1853
1853
  /* 2 */
1854
1854
  outline: none;
1855
1855
  }
@@ -1857,22 +1857,22 @@ ul.uk-nav-sub {
1857
1857
  * Sub-object: `uk-nav-header`
1858
1858
  */
1859
1859
  .uk-nav-dropdown .uk-nav-header {
1860
- color: #999999;
1860
+ color: #999;
1861
1861
  }
1862
1862
  /*
1863
1863
  * Sub-object: `uk-nav-divider`
1864
1864
  */
1865
1865
  .uk-nav-dropdown .uk-nav-divider {
1866
- border-top: 1px solid #dddddd;
1866
+ border-top: 1px solid #ddd;
1867
1867
  }
1868
1868
  /*
1869
1869
  * Nested items
1870
1870
  */
1871
1871
  .uk-nav-dropdown ul a {
1872
- color: #0077dd;
1872
+ color: #07D;
1873
1873
  }
1874
1874
  .uk-nav-dropdown ul a:hover {
1875
- color: #005599;
1875
+ color: #059;
1876
1876
  }
1877
1877
  /* Modifier `uk-nav-navbar`
1878
1878
  ========================================================================== */
@@ -1880,7 +1880,7 @@ ul.uk-nav-sub {
1880
1880
  * Items
1881
1881
  */
1882
1882
  .uk-nav-navbar > li > a {
1883
- color: #444444;
1883
+ color: #444;
1884
1884
  }
1885
1885
  /*
1886
1886
  * Hover
@@ -1890,7 +1890,7 @@ ul.uk-nav-sub {
1890
1890
  .uk-nav-navbar > li > a:hover,
1891
1891
  .uk-nav-navbar > li > a:focus {
1892
1892
  background: #00a8e6;
1893
- color: #ffffff;
1893
+ color: #fff;
1894
1894
  /* 2 */
1895
1895
  outline: none;
1896
1896
  }
@@ -1898,22 +1898,22 @@ ul.uk-nav-sub {
1898
1898
  * Sub-object: `uk-nav-header`
1899
1899
  */
1900
1900
  .uk-nav-navbar .uk-nav-header {
1901
- color: #999999;
1901
+ color: #999;
1902
1902
  }
1903
1903
  /*
1904
1904
  * Sub-object: `uk-nav-divider`
1905
1905
  */
1906
1906
  .uk-nav-navbar .uk-nav-divider {
1907
- border-top: 1px solid #dddddd;
1907
+ border-top: 1px solid #ddd;
1908
1908
  }
1909
1909
  /*
1910
1910
  * Nested items
1911
1911
  */
1912
1912
  .uk-nav-navbar ul a {
1913
- color: #0077dd;
1913
+ color: #07D;
1914
1914
  }
1915
1915
  .uk-nav-navbar ul a:hover {
1916
- color: #005599;
1916
+ color: #059;
1917
1917
  }
1918
1918
  /* Modifier `uk-nav-offcanvas`
1919
1919
  ========================================================================== */
@@ -1921,7 +1921,7 @@ ul.uk-nav-sub {
1921
1921
  * Items
1922
1922
  */
1923
1923
  .uk-nav-offcanvas > li > a {
1924
- color: #cccccc;
1924
+ color: #ccc;
1925
1925
  padding: 10px 15px;
1926
1926
  }
1927
1927
  /*
@@ -1934,7 +1934,7 @@ ul.uk-nav-sub {
1934
1934
  html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover,
1935
1935
  html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus {
1936
1936
  background: #404040;
1937
- color: #ffffff;
1937
+ color: #fff;
1938
1938
  /* 2 */
1939
1939
  outline: none;
1940
1940
  }
@@ -1944,13 +1944,13 @@ html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus {
1944
1944
  */
1945
1945
  html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
1946
1946
  background: #1a1a1a;
1947
- color: #ffffff;
1947
+ color: #fff;
1948
1948
  }
1949
1949
  /*
1950
1950
  * Sub-object: `uk-nav-header`
1951
1951
  */
1952
1952
  .uk-nav-offcanvas .uk-nav-header {
1953
- color: #777777;
1953
+ color: #777;
1954
1954
  }
1955
1955
  /*
1956
1956
  * Sub-object: `uk-nav-divider`
@@ -1963,17 +1963,17 @@ html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
1963
1963
  * No hover on touch devices because it behaves buggy in fixed offcanvas
1964
1964
  */
1965
1965
  .uk-nav-offcanvas ul a {
1966
- color: #cccccc;
1966
+ color: #ccc;
1967
1967
  }
1968
1968
  html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
1969
- color: #ffffff;
1969
+ color: #fff;
1970
1970
  }
1971
1971
  /* ========================================================================
1972
1972
  Component: Navbar
1973
1973
  ========================================================================== */
1974
1974
  .uk-navbar {
1975
- background: #eeeeee;
1976
- color: #444444;
1975
+ background: #eee;
1976
+ color: #444;
1977
1977
  }
1978
1978
  /*
1979
1979
  * Micro clearfix
@@ -2015,7 +2015,7 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2015
2015
  padding: 0 15px;
2016
2016
  line-height: 40px;
2017
2017
  /* 2 */
2018
- color: #444444;
2018
+ color: #444;
2019
2019
  font-size: 14px;
2020
2020
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
2021
2021
  font-weight: normal;
@@ -2034,19 +2034,19 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2034
2034
  .uk-navbar-nav > li > a:focus,
2035
2035
  .uk-navbar-nav > li.uk-open > a {
2036
2036
  background-color: #f5f5f5;
2037
- color: #444444;
2037
+ color: #444;
2038
2038
  /* 3 */
2039
2039
  outline: none;
2040
2040
  }
2041
2041
  /* OnClick */
2042
2042
  .uk-navbar-nav > li > a:active {
2043
- background-color: #dddddd;
2044
- color: #444444;
2043
+ background-color: #ddd;
2044
+ color: #444;
2045
2045
  }
2046
2046
  /* Active */
2047
2047
  .uk-navbar-nav > li.uk-active > a {
2048
2048
  background-color: #f5f5f5;
2049
- color: #444444;
2049
+ color: #444;
2050
2050
  }
2051
2051
  /* Sub-objects: `uk-navbar-nav-subtitle`
2052
2052
  ========================================================================== */
@@ -2095,16 +2095,16 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2095
2095
  * Link colors
2096
2096
  */
2097
2097
  .uk-navbar-content > a:not([class]) {
2098
- color: #0077dd;
2098
+ color: #07D;
2099
2099
  }
2100
2100
  .uk-navbar-content > a:not([class]):hover {
2101
- color: #005599;
2101
+ color: #059;
2102
2102
  }
2103
2103
  /* Sub-objects: `uk-navbar-brand`
2104
2104
  ========================================================================== */
2105
2105
  .uk-navbar-brand {
2106
2106
  font-size: 18px;
2107
- color: #444444;
2107
+ color: #444;
2108
2108
  text-decoration: none;
2109
2109
  }
2110
2110
  /*
@@ -2113,7 +2113,7 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2113
2113
  */
2114
2114
  .uk-navbar-brand:hover,
2115
2115
  .uk-navbar-brand:focus {
2116
- color: #444444;
2116
+ color: #444;
2117
2117
  text-decoration: none;
2118
2118
  /* 2 */
2119
2119
  outline: none;
@@ -2122,7 +2122,7 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2122
2122
  ========================================================================== */
2123
2123
  .uk-navbar-toggle {
2124
2124
  font-size: 18px;
2125
- color: #444444;
2125
+ color: #444;
2126
2126
  text-decoration: none;
2127
2127
  }
2128
2128
  /*
@@ -2131,7 +2131,7 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2131
2131
  */
2132
2132
  .uk-navbar-toggle:hover,
2133
2133
  .uk-navbar-toggle:focus {
2134
- color: #444444;
2134
+ color: #444;
2135
2135
  text-decoration: none;
2136
2136
  /* 2 */
2137
2137
  outline: none;
@@ -2223,7 +2223,7 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2223
2223
  ========================================================================== */
2224
2224
  .uk-subnav > * > * {
2225
2225
  display: inline-block;
2226
- color: #444444;
2226
+ color: #444;
2227
2227
  }
2228
2228
  /*
2229
2229
  * Hover
@@ -2231,14 +2231,14 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2231
2231
  */
2232
2232
  .uk-subnav > * > :hover,
2233
2233
  .uk-subnav > * > :focus {
2234
- color: #0077dd;
2234
+ color: #07D;
2235
2235
  text-decoration: none;
2236
2236
  }
2237
2237
  /*
2238
2238
  * Active
2239
2239
  */
2240
2240
  .uk-subnav > .uk-active > * {
2241
- color: #0077dd;
2241
+ color: #07D;
2242
2242
  }
2243
2243
  /* Modifier: 'subnav-line'
2244
2244
  ========================================================================== */
@@ -2250,7 +2250,7 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2250
2250
  }
2251
2251
  .uk-subnav-line > :nth-child(n+2):before {
2252
2252
  margin-right: 10px;
2253
- border-left: 1px solid #dddddd;
2253
+ border-left: 1px solid #ddd;
2254
2254
  }
2255
2255
  /* Modifier: 'subnav-pill'
2256
2256
  ========================================================================== */
@@ -2264,8 +2264,8 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2264
2264
  */
2265
2265
  .uk-subnav-pill > * > :hover,
2266
2266
  .uk-subnav-pill > * > :focus {
2267
- background: #eeeeee;
2268
- color: #444444;
2267
+ background: #eee;
2268
+ color: #444;
2269
2269
  text-decoration: none;
2270
2270
  /* 2 */
2271
2271
  outline: none;
@@ -2276,13 +2276,13 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2276
2276
  */
2277
2277
  .uk-subnav-pill > .uk-active > * {
2278
2278
  background: #00a8e6;
2279
- color: #ffffff;
2279
+ color: #fff;
2280
2280
  }
2281
2281
  /* Disabled state
2282
2282
  ========================================================================== */
2283
2283
  .uk-subnav > .uk-disabled > * {
2284
2284
  background: none;
2285
- color: #999999;
2285
+ color: #999;
2286
2286
  text-decoration: none;
2287
2287
  cursor: text;
2288
2288
  }
@@ -2323,7 +2323,7 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2323
2323
  * Disabled
2324
2324
  */
2325
2325
  .uk-breadcrumb > li:not(.uk-active) > span {
2326
- color: #999999;
2326
+ color: #999;
2327
2327
  }
2328
2328
  /* ========================================================================
2329
2329
  Component: Pagination
@@ -2390,8 +2390,8 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2390
2390
  * Links
2391
2391
  */
2392
2392
  .uk-pagination > li > a {
2393
- background: #eeeeee;
2394
- color: #444444;
2393
+ background: #eee;
2394
+ color: #444;
2395
2395
  }
2396
2396
  /*
2397
2397
  * Hover
@@ -2401,28 +2401,28 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2401
2401
  .uk-pagination > li > a:hover,
2402
2402
  .uk-pagination > li > a:focus {
2403
2403
  background-color: #f5f5f5;
2404
- color: #444444;
2404
+ color: #444;
2405
2405
  /* 2 */
2406
2406
  outline: none;
2407
2407
  }
2408
2408
  /* OnClick */
2409
2409
  .uk-pagination > li > a:active {
2410
- background-color: #dddddd;
2411
- color: #444444;
2410
+ background-color: #ddd;
2411
+ color: #444;
2412
2412
  }
2413
2413
  /*
2414
2414
  * Active
2415
2415
  */
2416
2416
  .uk-pagination > .uk-active > span {
2417
2417
  background: #00a8e6;
2418
- color: #ffffff;
2418
+ color: #fff;
2419
2419
  }
2420
2420
  /*
2421
2421
  * Disabled
2422
2422
  */
2423
2423
  .uk-pagination > .uk-disabled > span {
2424
2424
  background-color: #f5f5f5;
2425
- color: #999999;
2425
+ color: #999;
2426
2426
  }
2427
2427
  /* Previous and next navigation
2428
2428
  ========================================================================== */
@@ -2447,7 +2447,7 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2447
2447
  margin: 0;
2448
2448
  padding: 0;
2449
2449
  list-style: none;
2450
- border-bottom: 1px solid #dddddd;
2450
+ border-bottom: 1px solid #ddd;
2451
2451
  }
2452
2452
  /*
2453
2453
  * Micro clearfix on the deepest container
@@ -2475,7 +2475,7 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2475
2475
  padding: 8px 12px 8px 12px;
2476
2476
  border: 1px solid transparent;
2477
2477
  border-bottom-width: 0;
2478
- color: #0077dd;
2478
+ color: #07D;
2479
2479
  text-decoration: none;
2480
2480
  }
2481
2481
  .uk-tab > li:nth-child(n+2) > a {
@@ -2492,7 +2492,7 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2492
2492
  .uk-tab > li.uk-open > a {
2493
2493
  border-color: #f5f5f5;
2494
2494
  background: #f5f5f5;
2495
- color: #005599;
2495
+ color: #059;
2496
2496
  /* 2 */
2497
2497
  outline: none;
2498
2498
  }
@@ -2504,14 +2504,14 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2504
2504
  }
2505
2505
  /* Active */
2506
2506
  .uk-tab > li.uk-active > a {
2507
- border-color: #dddddd;
2507
+ border-color: #ddd;
2508
2508
  border-bottom-color: transparent;
2509
- background: #ffffff;
2510
- color: #444444;
2509
+ background: #fff;
2510
+ color: #444;
2511
2511
  }
2512
2512
  /* Disabled */
2513
2513
  .uk-tab > li.uk-disabled > a {
2514
- color: #999999;
2514
+ color: #999;
2515
2515
  cursor: text;
2516
2516
  }
2517
2517
  .uk-tab > li.uk-disabled > a:hover,
@@ -2545,11 +2545,11 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2545
2545
  /* Modifier: 'tab-center'
2546
2546
  ========================================================================== */
2547
2547
  .uk-tab-center {
2548
- border-bottom: 1px solid #dddddd;
2548
+ border-bottom: 1px solid #ddd;
2549
2549
  }
2550
2550
  .uk-tab-center-bottom {
2551
2551
  border-bottom: none;
2552
- border-top: 1px solid #dddddd;
2552
+ border-top: 1px solid #ddd;
2553
2553
  }
2554
2554
  .uk-tab-center:before,
2555
2555
  .uk-tab-center:after {
@@ -2578,7 +2578,7 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2578
2578
  /* Modifier: 'tab-bottom'
2579
2579
  ========================================================================== */
2580
2580
  .uk-tab-bottom {
2581
- border-top: 1px solid #dddddd;
2581
+ border-top: 1px solid #ddd;
2582
2582
  border-bottom: none;
2583
2583
  }
2584
2584
  .uk-tab-bottom > li {
@@ -2601,7 +2601,7 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2601
2601
  }
2602
2602
  .uk-tab-bottom > li.uk-active > a {
2603
2603
  border-top-color: transparent;
2604
- border-bottom-color: #dddddd;
2604
+ border-bottom-color: #ddd;
2605
2605
  }
2606
2606
  /* Modifier: 'tab-grid'
2607
2607
  ========================================================================== */
@@ -2621,7 +2621,7 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2621
2621
  left: 5px;
2622
2622
  right: 0;
2623
2623
  bottom: -1px;
2624
- border-top: 1px solid #dddddd;
2624
+ border-top: 1px solid #ddd;
2625
2625
  /* 1 */
2626
2626
  z-index: -1;
2627
2627
  }
@@ -2666,13 +2666,13 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2666
2666
  }
2667
2667
  .uk-tab-left > li.uk-active > a,
2668
2668
  .uk-tab-right > li.uk-active > a {
2669
- border-color: #dddddd;
2669
+ border-color: #ddd;
2670
2670
  }
2671
2671
  /*
2672
2672
  * Modifier: 'tab-left'
2673
2673
  */
2674
2674
  .uk-tab-left {
2675
- border-right: 1px solid #dddddd;
2675
+ border-right: 1px solid #ddd;
2676
2676
  }
2677
2677
  .uk-tab-left > li {
2678
2678
  margin-right: -1px;
@@ -2695,7 +2695,7 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2695
2695
  * Modifier: 'tab-right'
2696
2696
  */
2697
2697
  .uk-tab-right {
2698
- border-left: 1px solid #dddddd;
2698
+ border-left: 1px solid #ddd;
2699
2699
  }
2700
2700
  .uk-tab-right > li {
2701
2701
  margin-left: -1px;
@@ -2768,7 +2768,7 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2768
2768
  ========================================================================== */
2769
2769
  .uk-thumbnav > * > * {
2770
2770
  display: block;
2771
- background: #ffffff;
2771
+ background: #fff;
2772
2772
  }
2773
2773
  .uk-thumbnav > * > * > img {
2774
2774
  opacity: 0.7;
@@ -2825,7 +2825,7 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2825
2825
  .uk-list-line > li:nth-child(n+2) {
2826
2826
  margin-top: 5px;
2827
2827
  padding-top: 5px;
2828
- border-top: 1px solid #dddddd;
2828
+ border-top: 1px solid #ddd;
2829
2829
  }
2830
2830
  /* Modifier: `uk-list-striped`
2831
2831
  ========================================================================== */
@@ -2870,10 +2870,10 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2870
2870
  .uk-description-list-line > dt:nth-child(n+2) {
2871
2871
  margin-top: 5px;
2872
2872
  padding-top: 5px;
2873
- border-top: 1px solid #dddddd;
2873
+ border-top: 1px solid #ddd;
2874
2874
  }
2875
2875
  .uk-description-list-line > dd {
2876
- color: #999999;
2876
+ color: #999;
2877
2877
  }
2878
2878
  /* ========================================================================
2879
2879
  Component: Table
@@ -2924,13 +2924,13 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2924
2924
  }
2925
2925
  .uk-table caption {
2926
2926
  text-align: left;
2927
- color: #999999;
2927
+ color: #999;
2928
2928
  }
2929
2929
  /*
2930
2930
  * Active State
2931
2931
  */
2932
2932
  .uk-table tbody tr.uk-active {
2933
- background: #eeeeee;
2933
+ background: #EEE;
2934
2934
  }
2935
2935
  /* Sub-modifier: `uk-table-middle`
2936
2936
  ========================================================================== */
@@ -2951,7 +2951,7 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
2951
2951
  /* Modifier: `uk-table-hover`
2952
2952
  ========================================================================== */
2953
2953
  .uk-table-hover tbody tr:hover {
2954
- background: #eeeeee;
2954
+ background: #EEE;
2955
2955
  }
2956
2956
  /* ========================================================================
2957
2957
  Component: Form
@@ -3125,9 +3125,9 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
3125
3125
  /* 3 */
3126
3126
  padding: 4px 6px;
3127
3127
  /* 4 */
3128
- border: 1px solid #dddddd;
3129
- background: #ffffff;
3130
- color: #444444;
3128
+ border: 1px solid #ddd;
3129
+ background: #fff;
3130
+ color: #444;
3131
3131
  -webkit-transition: all 0.2s linear;
3132
3132
  -webkit-transition-property: border, background, color, box-shadow, padding;
3133
3133
  transition: all 0.2s linear;
@@ -3153,7 +3153,7 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
3153
3153
  border-color: #99baca;
3154
3154
  outline: 0;
3155
3155
  background: #f5fbfe;
3156
- color: #444444;
3156
+ color: #444;
3157
3157
  }
3158
3158
  .uk-form select:disabled,
3159
3159
  .uk-form textarea:disabled,
@@ -3172,30 +3172,30 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
3172
3172
  .uk-form input[type="search"]:disabled,
3173
3173
  .uk-form input[type="tel"]:disabled,
3174
3174
  .uk-form input[type="color"]:disabled {
3175
- border-color: #dddddd;
3175
+ border-color: #ddd;
3176
3176
  background-color: #f5f5f5;
3177
- color: #999999;
3177
+ color: #999;
3178
3178
  }
3179
3179
  /*
3180
3180
  * Placeholder
3181
3181
  */
3182
3182
  .uk-form :-ms-input-placeholder {
3183
- color: #999999 !important;
3183
+ color: #999 !important;
3184
3184
  }
3185
3185
  .uk-form ::-moz-placeholder {
3186
- color: #999999;
3186
+ color: #999;
3187
3187
  }
3188
3188
  .uk-form ::-webkit-input-placeholder {
3189
- color: #999999;
3189
+ color: #999;
3190
3190
  }
3191
3191
  .uk-form :disabled:-ms-input-placeholder {
3192
- color: #999999 !important;
3192
+ color: #999 !important;
3193
3193
  }
3194
3194
  .uk-form :disabled::-moz-placeholder {
3195
- color: #999999;
3195
+ color: #999;
3196
3196
  }
3197
3197
  .uk-form :disabled::-webkit-input-placeholder {
3198
- color: #999999;
3198
+ color: #999;
3199
3199
  }
3200
3200
  /*
3201
3201
  * Legend
@@ -3225,7 +3225,7 @@ html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
3225
3225
  .uk-form legend:after {
3226
3226
  content: "";
3227
3227
  display: block;
3228
- border-bottom: 1px solid #dddddd;
3228
+ border-bottom: 1px solid #ddd;
3229
3229
  /* 1 */
3230
3230
  width: 100%;
3231
3231
  }
@@ -3287,7 +3287,7 @@ input:not([type]).uk-form-large {
3287
3287
  background: none !important;
3288
3288
  }
3289
3289
  .uk-form-blank:focus {
3290
- border-color: #dddddd !important;
3290
+ border-color: #ddd !important;
3291
3291
  }
3292
3292
  /* Size sub-modifiers
3293
3293
  ========================================================================== */
@@ -3418,7 +3418,7 @@ select.uk-form-width-mini {
3418
3418
  width: 30px;
3419
3419
  margin-top: -7px;
3420
3420
  font-size: 14px;
3421
- color: #999999;
3421
+ color: #999;
3422
3422
  text-align: center;
3423
3423
  /* 1 */
3424
3424
  pointer-events: none;
@@ -3469,14 +3469,14 @@ select.uk-form-width-mini {
3469
3469
  overflow: visible;
3470
3470
  /* 5 */
3471
3471
  font: inherit;
3472
- color: #444444;
3472
+ color: #444;
3473
3473
  /* 6 */
3474
3474
  text-transform: none;
3475
3475
  /* 7 */
3476
3476
  display: inline-block;
3477
3477
  box-sizing: border-box;
3478
3478
  padding: 0 12px;
3479
- background: #eeeeee;
3479
+ background: #eee;
3480
3480
  vertical-align: middle;
3481
3481
  /* 8 */
3482
3482
  line-height: 30px;
@@ -3500,7 +3500,7 @@ select.uk-form-width-mini {
3500
3500
  .uk-button:hover,
3501
3501
  .uk-button:focus {
3502
3502
  background-color: #f5f5f5;
3503
- color: #444444;
3503
+ color: #444;
3504
3504
  /* 2 */
3505
3505
  outline: none;
3506
3506
  /* 3 */
@@ -3509,8 +3509,8 @@ select.uk-form-width-mini {
3509
3509
  /* Active */
3510
3510
  .uk-button:active,
3511
3511
  .uk-button.uk-active {
3512
- background-color: #dddddd;
3513
- color: #444444;
3512
+ background-color: #ddd;
3513
+ color: #444;
3514
3514
  }
3515
3515
  /* Color modifiers
3516
3516
  ========================================================================== */
@@ -3519,57 +3519,57 @@ select.uk-form-width-mini {
3519
3519
  */
3520
3520
  .uk-button-primary {
3521
3521
  background-color: #00a8e6;
3522
- color: #ffffff;
3522
+ color: #fff;
3523
3523
  }
3524
3524
  /* Hover */
3525
3525
  .uk-button-primary:hover,
3526
3526
  .uk-button-primary:focus {
3527
3527
  background-color: #35b3ee;
3528
- color: #ffffff;
3528
+ color: #fff;
3529
3529
  }
3530
3530
  /* Active */
3531
3531
  .uk-button-primary:active,
3532
3532
  .uk-button-primary.uk-active {
3533
3533
  background-color: #0091ca;
3534
- color: #ffffff;
3534
+ color: #fff;
3535
3535
  }
3536
3536
  /*
3537
3537
  * Modifier: `uk-button-success`
3538
3538
  */
3539
3539
  .uk-button-success {
3540
3540
  background-color: #8cc14c;
3541
- color: #ffffff;
3541
+ color: #fff;
3542
3542
  }
3543
3543
  /* Hover */
3544
3544
  .uk-button-success:hover,
3545
3545
  .uk-button-success:focus {
3546
3546
  background-color: #8ec73b;
3547
- color: #ffffff;
3547
+ color: #fff;
3548
3548
  }
3549
3549
  /* Active */
3550
3550
  .uk-button-success:active,
3551
3551
  .uk-button-success.uk-active {
3552
3552
  background-color: #72ae41;
3553
- color: #ffffff;
3553
+ color: #fff;
3554
3554
  }
3555
3555
  /*
3556
3556
  * Modifier: `uk-button-danger`
3557
3557
  */
3558
3558
  .uk-button-danger {
3559
3559
  background-color: #da314b;
3560
- color: #ffffff;
3560
+ color: #fff;
3561
3561
  }
3562
3562
  /* Hover */
3563
3563
  .uk-button-danger:hover,
3564
3564
  .uk-button-danger:focus {
3565
3565
  background-color: #e4354f;
3566
- color: #ffffff;
3566
+ color: #fff;
3567
3567
  }
3568
3568
  /* Active */
3569
3569
  .uk-button-danger:active,
3570
3570
  .uk-button-danger.uk-active {
3571
3571
  background-color: #c91032;
3572
- color: #ffffff;
3572
+ color: #fff;
3573
3573
  }
3574
3574
  /* Disabled state
3575
3575
  * Overrides also the color modifiers
@@ -3577,7 +3577,7 @@ select.uk-form-width-mini {
3577
3577
  /* Equal for all button types */
3578
3578
  .uk-button:disabled {
3579
3579
  background-color: #f5f5f5;
3580
- color: #999999;
3580
+ color: #999;
3581
3581
  }
3582
3582
  /* Modifier: `uk-button-link`
3583
3583
  ========================================================================== */
@@ -3593,17 +3593,17 @@ select.uk-form-width-mini {
3593
3593
  }
3594
3594
  /* Color */
3595
3595
  .uk-button-link {
3596
- color: #0077dd;
3596
+ color: #07D;
3597
3597
  }
3598
3598
  .uk-button-link:hover,
3599
3599
  .uk-button-link:focus,
3600
3600
  .uk-button-link:active,
3601
3601
  .uk-button-link.uk-active {
3602
- color: #005599;
3602
+ color: #059;
3603
3603
  text-decoration: underline;
3604
3604
  }
3605
3605
  .uk-button-link:disabled {
3606
- color: #999999;
3606
+ color: #999;
3607
3607
  }
3608
3608
  /* Focus */
3609
3609
  .uk-button-link:focus {
@@ -3734,13 +3734,13 @@ select.uk-form-width-mini {
3734
3734
  /* Modifier: `uk-icon-hover`
3735
3735
  ========================================================================== */
3736
3736
  .uk-icon-hover {
3737
- color: #999999;
3737
+ color: #999;
3738
3738
  }
3739
3739
  /*
3740
3740
  * Hover
3741
3741
  */
3742
3742
  .uk-icon-hover:hover {
3743
- color: #444444;
3743
+ color: #444;
3744
3744
  }
3745
3745
  /* Modifier: `uk-icon-button`
3746
3746
  ========================================================================== */
@@ -3750,9 +3750,9 @@ select.uk-form-width-mini {
3750
3750
  width: 35px;
3751
3751
  height: 35px;
3752
3752
  border-radius: 100%;
3753
- background: #eeeeee;
3753
+ background: #eee;
3754
3754
  line-height: 35px;
3755
- color: #444444;
3755
+ color: #444;
3756
3756
  font-size: 18px;
3757
3757
  text-align: center;
3758
3758
  }
@@ -3764,14 +3764,14 @@ select.uk-form-width-mini {
3764
3764
  .uk-icon-button:hover,
3765
3765
  .uk-icon-button:focus {
3766
3766
  background-color: #f5f5f5;
3767
- color: #444444;
3767
+ color: #444;
3768
3768
  /* 2 */
3769
3769
  outline: none;
3770
3770
  }
3771
3771
  /* Active */
3772
3772
  .uk-icon-button:active {
3773
- background-color: #dddddd;
3774
- color: #444444;
3773
+ background-color: #ddd;
3774
+ color: #444;
3775
3775
  }
3776
3776
  /* Icon mapping
3777
3777
  ========================================================================== */
@@ -5693,15 +5693,20 @@ select.uk-form-width-mini {
5693
5693
  .uk-icon-braille:before {
5694
5694
  content: "\f2a1";
5695
5695
  }
5696
- .uk-icon-deaf:before {
5697
- content: "\f2a4";
5698
- }
5696
+ .uk-icon-deaf:before,
5699
5697
  .uk-icon-deafness:before {
5700
5698
  content: "\f2a4";
5701
5699
  }
5702
5700
  .uk-icon-envira:before {
5703
5701
  content: "\f299";
5704
5702
  }
5703
+ .uk-icon-font-awesome:before,
5704
+ .uk-icon-fa:before {
5705
+ content: "\f2b4";
5706
+ }
5707
+ .uk-icon-first-order:before {
5708
+ content: "\f2b0";
5709
+ }
5705
5710
  .uk-icon-gitlab:before {
5706
5711
  content: "\f296";
5707
5712
  }
@@ -5733,6 +5738,9 @@ select.uk-form-width-mini {
5733
5738
  .uk-icon-snapchat-square:before {
5734
5739
  content: "\f2ad";
5735
5740
  }
5741
+ .uk-icon-themeisle:before {
5742
+ content: "\f2b2";
5743
+ }
5736
5744
  .uk-icon-universal-access:before {
5737
5745
  content: "\f29a";
5738
5746
  }
@@ -5754,6 +5762,9 @@ select.uk-form-width-mini {
5754
5762
  .uk-icon-wpforms:before {
5755
5763
  content: "\f298";
5756
5764
  }
5765
+ .uk-icon-yoast:before {
5766
+ content: "\f2b1";
5767
+ }
5757
5768
  /* ========================================================================
5758
5769
  Component: Close
5759
5770
  ========================================================================== */
@@ -5827,7 +5838,7 @@ select.uk-form-width-mini {
5827
5838
  .uk-close-alt {
5828
5839
  padding: 2px;
5829
5840
  border-radius: 50%;
5830
- background: #eeeeee;
5841
+ background: #eee;
5831
5842
  opacity: 1;
5832
5843
  }
5833
5844
  /* Hover */
@@ -5853,7 +5864,7 @@ select.uk-form-width-mini {
5853
5864
  font-size: 10px;
5854
5865
  font-weight: bold;
5855
5866
  line-height: 14px;
5856
- color: #ffffff;
5867
+ color: #fff;
5857
5868
  text-align: center;
5858
5869
  vertical-align: middle;
5859
5870
  text-transform: none;
@@ -5862,7 +5873,7 @@ select.uk-form-width-mini {
5862
5873
  * Keep color when badge is a link
5863
5874
  */
5864
5875
  a.uk-badge:hover {
5865
- color: #ffffff;
5876
+ color: #fff;
5866
5877
  }
5867
5878
  /* Modifier: `uk-badge-notification`;
5868
5879
  ========================================================================== */
@@ -5983,8 +5994,8 @@ a.uk-badge:hover {
5983
5994
  margin: 0;
5984
5995
  /* 4 */
5985
5996
  padding: 4px;
5986
- border: 1px solid #dddddd;
5987
- background: #ffffff;
5997
+ border: 1px solid #ddd;
5998
+ background: #fff;
5988
5999
  }
5989
6000
  /*
5990
6001
  * Hover state for `a` elements
@@ -5995,7 +6006,7 @@ a.uk-badge:hover {
5995
6006
  a.uk-thumbnail:hover,
5996
6007
  a.uk-thumbnail:focus {
5997
6008
  border-color: #aaaaaa;
5998
- background-color: #ffffff;
6009
+ background-color: #fff;
5999
6010
  /* 2 */
6000
6011
  text-decoration: none;
6001
6012
  /* 3 */
@@ -6006,7 +6017,7 @@ a.uk-thumbnail:focus {
6006
6017
  .uk-thumbnail-caption {
6007
6018
  padding-top: 4px;
6008
6019
  text-align: center;
6009
- color: #444444;
6020
+ color: #444;
6010
6021
  }
6011
6022
  /* Sizes
6012
6023
  ========================================================================== */
@@ -6079,7 +6090,7 @@ a.uk-thumbnail:focus {
6079
6090
  right: 0;
6080
6091
  /* 2 */
6081
6092
  padding: 20px;
6082
- color: #ffffff;
6093
+ color: #fff;
6083
6094
  }
6084
6095
  /*
6085
6096
  * Remove margin from the last-child
@@ -6156,7 +6167,7 @@ a.uk-thumbnail:focus {
6156
6167
  line-height: 1;
6157
6168
  font-family: FontAwesome;
6158
6169
  text-align: center;
6159
- color: #ffffff;
6170
+ color: #fff;
6160
6171
  }
6161
6172
  /* Transitions
6162
6173
  ========================================================================== */
@@ -6310,7 +6321,7 @@ a.uk-thumbnail:focus {
6310
6321
  line-height: 1;
6311
6322
  font-family: FontAwesome;
6312
6323
  text-align: center;
6313
- color: #ffffff;
6324
+ color: #fff;
6314
6325
  }
6315
6326
  /* DEPRECATED
6316
6327
  * Sub-object `uk-overlay-area-content`
@@ -6349,7 +6360,7 @@ a.uk-thumbnail:focus {
6349
6360
  text-align: center;
6350
6361
  /* 4 */
6351
6362
  padding: 0 15px;
6352
- color: #ffffff;
6363
+ color: #fff;
6353
6364
  }
6354
6365
  /*
6355
6366
  * Remove margin from the last-child
@@ -6381,7 +6392,7 @@ a.uk-thumbnail:focus {
6381
6392
  /* 2 */
6382
6393
  padding: 15px;
6383
6394
  background: rgba(0, 0, 0, 0.5);
6384
- color: #ffffff;
6395
+ color: #fff;
6385
6396
  /* 3 */
6386
6397
  opacity: 0;
6387
6398
  -webkit-transition: opacity 0.15s linear;
@@ -7126,11 +7137,15 @@ a.uk-thumbnail:focus {
7126
7137
  .uk-dropdown {
7127
7138
  padding: 15px;
7128
7139
  background: #f5f5f5;
7129
- color: #444444;
7140
+ color: #444;
7130
7141
  /* 1 */
7131
7142
  font-size: 1rem;
7132
7143
  vertical-align: top;
7133
7144
  }
7145
+ /* Focus */
7146
+ .uk-dropdown:focus {
7147
+ outline: none;
7148
+ }
7134
7149
  /*
7135
7150
  * 1. Show dropdown
7136
7151
  * 2. Set animation
@@ -7202,7 +7217,7 @@ a.uk-thumbnail:focus {
7202
7217
  * Column divider
7203
7218
  */
7204
7219
  .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid > [class*='uk-width-']:nth-child(n+2) {
7205
- border-left: 1px solid #dddddd;
7220
+ border-left: 1px solid #ddd;
7206
7221
  }
7207
7222
  /*
7208
7223
  * Width multiplier for dropdown columns
@@ -7266,7 +7281,7 @@ a.uk-thumbnail:focus {
7266
7281
  .uk-dropdown-navbar {
7267
7282
  margin-top: 0;
7268
7283
  background: #f5f5f5;
7269
- color: #444444;
7284
+ color: #444;
7270
7285
  }
7271
7286
  .uk-open > .uk-dropdown-navbar {
7272
7287
  -webkit-animation: uk-slide-top-fixed 0.2s ease-in-out;
@@ -7353,7 +7368,7 @@ a.uk-thumbnail:focus {
7353
7368
  max-width: 100%;
7354
7369
  max-width: calc(100% - 20px);
7355
7370
  /* 3 */
7356
- background: #ffffff;
7371
+ background: #fff;
7357
7372
  /* 4 */
7358
7373
  opacity: 0;
7359
7374
  -webkit-transform: translateY(-100px);
@@ -7482,7 +7497,7 @@ a.uk-thumbnail:focus {
7482
7497
  right: 0;
7483
7498
  bottom: -20px;
7484
7499
  margin-bottom: -10px;
7485
- color: #ffffff;
7500
+ color: #fff;
7486
7501
  text-align: center;
7487
7502
  overflow: hidden;
7488
7503
  text-overflow: ellipsis;
@@ -7540,6 +7555,7 @@ a.uk-thumbnail:focus {
7540
7555
  * Prepares the whole HTML page to slide-out
7541
7556
  * 1. Fix the main page and disallow scrolling
7542
7557
  * 2. Side-out transition
7558
+ * 3. Needed for the transition to work instead of just letting it pop to the side
7543
7559
  */
7544
7560
  .uk-offcanvas-page {
7545
7561
  /* 1 */
@@ -7547,6 +7563,8 @@ a.uk-thumbnail:focus {
7547
7563
  /* 2 */
7548
7564
  -webkit-transition: margin-left 0.3s ease-in-out;
7549
7565
  transition: margin-left 0.3s ease-in-out;
7566
+ /* 3 */
7567
+ margin-left: 0;
7550
7568
  }
7551
7569
  /* Sub-object `uk-offcanvas-bar`
7552
7570
  ========================================================================== */
@@ -7570,7 +7588,7 @@ a.uk-thumbnail:focus {
7570
7588
  /* 2 */
7571
7589
  width: 270px;
7572
7590
  max-width: 100%;
7573
- background: #333333;
7591
+ background: #333;
7574
7592
  /* 3 */
7575
7593
  overflow-y: auto;
7576
7594
  -webkit-overflow-scrolling: touch;
@@ -7592,20 +7610,48 @@ a.uk-thumbnail:focus {
7592
7610
  -webkit-transform: translateX(100%);
7593
7611
  transform: translateX(100%);
7594
7612
  }
7613
+ /* Offcanvase modes
7614
+ ========================================================================== */
7615
+ .uk-offcanvas-bar[mode='none'] {
7616
+ -webkit-transition: none;
7617
+ transition: none;
7618
+ }
7619
+ .uk-offcanvas-bar[mode='reveal'] {
7620
+ -webkit-transform: translateX(0%);
7621
+ transform: translateX(0%);
7622
+ clip: rect(0, 0, 100vh, 0);
7623
+ -webkit-transition: -webkit-transform 0.3s ease-in-out, clip 0.3s ease-in-out;
7624
+ transition: transform 0.3s ease-in-out, clip 0.3s ease-in-out;
7625
+ }
7626
+ .uk-offcanvas-bar-flip[mode='reveal'] {
7627
+ clip: none;
7628
+ -webkit-transform: translateX(100%);
7629
+ transform: translateX(100%);
7630
+ }
7631
+ .uk-offcanvas-bar-flip[mode='reveal'] > * {
7632
+ -webkit-transform: translateX(-100%);
7633
+ transform: translateX(-100%);
7634
+ -webkit-transition: -webkit-transform 0.3s ease-in-out;
7635
+ transition: transform 0.3s ease-in-out;
7636
+ }
7637
+ .uk-offcanvas.uk-active .uk-offcanvas-bar-flip[mode='reveal'].uk-offcanvas-bar-show > * {
7638
+ -webkit-transform: translateX(0%);
7639
+ transform: translateX(0%);
7640
+ }
7595
7641
  /* Panel in offcanvas
7596
7642
  ========================================================================== */
7597
7643
  .uk-offcanvas .uk-panel {
7598
7644
  margin: 20px 15px;
7599
- color: #777777;
7645
+ color: #777;
7600
7646
  }
7601
7647
  .uk-offcanvas .uk-panel-title {
7602
- color: #cccccc;
7648
+ color: #ccc;
7603
7649
  }
7604
7650
  .uk-offcanvas .uk-panel a:not([class]) {
7605
- color: #cccccc;
7651
+ color: #ccc;
7606
7652
  }
7607
7653
  .uk-offcanvas .uk-panel a:not([class]):hover {
7608
- color: #ffffff;
7654
+ color: #fff;
7609
7655
  }
7610
7656
  /* ========================================================================
7611
7657
  Component: Switcher
@@ -7648,7 +7694,7 @@ a.uk-thumbnail:focus {
7648
7694
  /* Color modifiers
7649
7695
  ========================================================================== */
7650
7696
  .uk-text-muted {
7651
- color: #999999 !important;
7697
+ color: #999 !important;
7652
7698
  }
7653
7699
  .uk-text-primary {
7654
7700
  color: #2d7091 !important;
@@ -7663,7 +7709,7 @@ a.uk-thumbnail:focus {
7663
7709
  color: #d85030 !important;
7664
7710
  }
7665
7711
  .uk-text-contrast {
7666
- color: #ffffff !important;
7712
+ color: #fff !important;
7667
7713
  }
7668
7714
  /* Alignment modifiers
7669
7715
  ========================================================================== */
@@ -7732,6 +7778,17 @@ a.uk-thumbnail:focus {
7732
7778
  -moz-hyphens: auto;
7733
7779
  hyphens: auto;
7734
7780
  }
7781
+ /* Transform modifiers
7782
+ ========================================================================== */
7783
+ .uk-text-capitalize {
7784
+ text-transform: capitalize !important;
7785
+ }
7786
+ .uk-text-lowercase {
7787
+ text-transform: lowercase !important;
7788
+ }
7789
+ .uk-text-uppercase {
7790
+ text-transform: uppercase !important;
7791
+ }
7735
7792
  /* ========================================================================
7736
7793
  Component: Utility
7737
7794
  ========================================================================== */
@@ -8044,11 +8101,11 @@ a.uk-thumbnail:focus {
8044
8101
  */
8045
8102
  .uk-link-muted,
8046
8103
  .uk-link-muted a {
8047
- color: #444444;
8104
+ color: #444;
8048
8105
  }
8049
8106
  .uk-link-muted:hover,
8050
8107
  .uk-link-muted a:hover {
8051
- color: #444444;
8108
+ color: #444;
8052
8109
  }
8053
8110
  /*
8054
8111
  * Reset link style
@@ -8080,7 +8137,7 @@ a.uk-thumbnail:focus {
8080
8137
  box-sizing: border-box;
8081
8138
  height: 170px;
8082
8139
  padding: 10px;
8083
- border: 1px solid #dddddd;
8140
+ border: 1px solid #ddd;
8084
8141
  overflow: auto;
8085
8142
  -webkit-overflow-scrolling: touch;
8086
8143
  resize: both;
@@ -8476,7 +8533,7 @@ a.uk-thumbnail:focus {
8476
8533
  Component: Contrast
8477
8534
  ========================================================================== */
8478
8535
  .uk-contrast {
8479
- color: #ffffff;
8536
+ color: #fff;
8480
8537
  /* Active */
8481
8538
  }
8482
8539
  .uk-contrast a:not([class]),
@@ -8486,16 +8543,16 @@ a.uk-thumbnail:focus {
8486
8543
  }
8487
8544
  .uk-contrast a:not([class]):hover,
8488
8545
  .uk-contrast .uk-link:hover {
8489
- color: #ffffff;
8546
+ color: #fff;
8490
8547
  text-decoration: underline;
8491
8548
  }
8492
8549
  .uk-contrast :not(pre) > code,
8493
8550
  .uk-contrast :not(pre) > kbd,
8494
8551
  .uk-contrast :not(pre) > samp {
8495
- color: #ffffff;
8552
+ color: #fff;
8496
8553
  }
8497
8554
  .uk-contrast em {
8498
- color: #ffffff;
8555
+ color: #fff;
8499
8556
  }
8500
8557
  .uk-contrast h1,
8501
8558
  .uk-contrast h2,
@@ -8503,7 +8560,7 @@ a.uk-thumbnail:focus {
8503
8560
  .uk-contrast h4,
8504
8561
  .uk-contrast h5,
8505
8562
  .uk-contrast h6 {
8506
- color: #ffffff;
8563
+ color: #fff;
8507
8564
  }
8508
8565
  .uk-contrast hr {
8509
8566
  border-top-color: rgba(255, 255, 255, 0.2);
@@ -8513,19 +8570,19 @@ a.uk-thumbnail:focus {
8513
8570
  text-decoration: none;
8514
8571
  }
8515
8572
  .uk-contrast .uk-nav-side > li > a {
8516
- color: #ffffff;
8573
+ color: #fff;
8517
8574
  }
8518
8575
  .uk-contrast .uk-nav-side > li > a:hover,
8519
8576
  .uk-contrast .uk-nav-side > li > a:focus {
8520
8577
  background: rgba(255, 255, 255, 0.1);
8521
- color: #ffffff;
8578
+ color: #fff;
8522
8579
  }
8523
8580
  .uk-contrast .uk-nav-side > li.uk-active > a {
8524
- background: #ffffff;
8525
- color: #444444;
8581
+ background: #fff;
8582
+ color: #444;
8526
8583
  }
8527
8584
  .uk-contrast .uk-nav-side .uk-nav-header {
8528
- color: #ffffff;
8585
+ color: #fff;
8529
8586
  }
8530
8587
  .uk-contrast .uk-nav-side .uk-nav-divider {
8531
8588
  border-top-color: rgba(255, 255, 255, 0.2);
@@ -8534,7 +8591,7 @@ a.uk-thumbnail:focus {
8534
8591
  color: rgba(255, 255, 255, 0.7);
8535
8592
  }
8536
8593
  .uk-contrast .uk-nav-side ul a:hover {
8537
- color: #ffffff;
8594
+ color: #fff;
8538
8595
  }
8539
8596
  .uk-contrast .uk-subnav > * > a {
8540
8597
  color: rgba(255, 255, 255, 0.7);
@@ -8542,11 +8599,11 @@ a.uk-thumbnail:focus {
8542
8599
  }
8543
8600
  .uk-contrast .uk-subnav > * > a:hover,
8544
8601
  .uk-contrast .uk-subnav > * > a:focus {
8545
- color: #ffffff;
8602
+ color: #fff;
8546
8603
  text-decoration: none;
8547
8604
  }
8548
8605
  .uk-contrast .uk-subnav > .uk-active > a {
8549
- color: #ffffff;
8606
+ color: #fff;
8550
8607
  }
8551
8608
  .uk-contrast .uk-subnav-line > :nth-child(n+2):before {
8552
8609
  border-left-color: rgba(255, 255, 255, 0.2);
@@ -8554,12 +8611,12 @@ a.uk-thumbnail:focus {
8554
8611
  .uk-contrast .uk-subnav-pill > * > a:hover,
8555
8612
  .uk-contrast .uk-subnav-pill > * > a:focus {
8556
8613
  background: rgba(255, 255, 255, 0.7);
8557
- color: #444444;
8614
+ color: #444;
8558
8615
  text-decoration: none;
8559
8616
  }
8560
8617
  .uk-contrast .uk-subnav-pill > .uk-active > a {
8561
- background: #ffffff;
8562
- color: #444444;
8618
+ background: #fff;
8619
+ color: #444;
8563
8620
  }
8564
8621
  .uk-contrast .uk-tab {
8565
8622
  border-bottom-color: rgba(255, 255, 255, 0.2);
@@ -8573,14 +8630,14 @@ a.uk-thumbnail:focus {
8573
8630
  .uk-contrast .uk-tab > li.uk-open > a {
8574
8631
  border-color: rgba(255, 255, 255, 0.7);
8575
8632
  background: rgba(255, 255, 255, 0.7);
8576
- color: #444444;
8633
+ color: #444;
8577
8634
  text-decoration: none;
8578
8635
  }
8579
8636
  .uk-contrast .uk-tab > li.uk-active > a {
8580
8637
  border-color: rgba(255, 255, 255, 0.2);
8581
8638
  border-bottom-color: transparent;
8582
- background: #ffffff;
8583
- color: #444444;
8639
+ background: #fff;
8640
+ color: #444;
8584
8641
  }
8585
8642
  .uk-contrast .uk-tab-center {
8586
8643
  border-bottom-color: rgba(255, 255, 255, 0.2);
@@ -8610,7 +8667,7 @@ a.uk-thumbnail:focus {
8610
8667
  .uk-contrast .uk-form input[type="color"] {
8611
8668
  border-color: rgba(255, 255, 255, 0.8);
8612
8669
  background: rgba(255, 255, 255, 0.8);
8613
- color: #444444;
8670
+ color: #444;
8614
8671
  background-clip: padding-box;
8615
8672
  }
8616
8673
  .uk-contrast .uk-form select:focus,
@@ -8630,9 +8687,9 @@ a.uk-thumbnail:focus {
8630
8687
  .uk-contrast .uk-form input[type="search"]:focus,
8631
8688
  .uk-contrast .uk-form input[type="tel"]:focus,
8632
8689
  .uk-contrast .uk-form input[type="color"]:focus {
8633
- border-color: #ffffff;
8634
- background: #ffffff;
8635
- color: #444444;
8690
+ border-color: #fff;
8691
+ background: #fff;
8692
+ color: #444;
8636
8693
  }
8637
8694
  .uk-contrast .uk-form :-ms-input-placeholder {
8638
8695
  color: rgba(68, 68, 68, 0.7) !important;
@@ -8644,51 +8701,51 @@ a.uk-thumbnail:focus {
8644
8701
  color: rgba(68, 68, 68, 0.7);
8645
8702
  }
8646
8703
  .uk-contrast .uk-button {
8647
- color: #444444;
8648
- background: #ffffff;
8704
+ color: #444;
8705
+ background: #fff;
8649
8706
  }
8650
8707
  .uk-contrast .uk-button:hover,
8651
8708
  .uk-contrast .uk-button:focus {
8652
8709
  background-color: rgba(255, 255, 255, 0.8);
8653
- color: #444444;
8710
+ color: #444;
8654
8711
  }
8655
8712
  .uk-contrast .uk-button:active,
8656
8713
  .uk-contrast .uk-button.uk-active {
8657
8714
  background-color: rgba(255, 255, 255, 0.7);
8658
- color: #444444;
8715
+ color: #444;
8659
8716
  }
8660
8717
  .uk-contrast .uk-button-primary {
8661
8718
  background-color: #00a8e6;
8662
- color: #ffffff;
8719
+ color: #fff;
8663
8720
  }
8664
8721
  .uk-contrast .uk-button-primary:hover,
8665
8722
  .uk-contrast .uk-button-primary:focus {
8666
8723
  background-color: #35b3ee;
8667
- color: #ffffff;
8724
+ color: #fff;
8668
8725
  }
8669
8726
  .uk-contrast .uk-button-primary:active,
8670
8727
  .uk-contrast .uk-button-primary.uk-active {
8671
8728
  background-color: #0091ca;
8672
- color: #ffffff;
8729
+ color: #fff;
8673
8730
  }
8674
8731
  .uk-contrast .uk-icon-hover {
8675
8732
  color: rgba(255, 255, 255, 0.7);
8676
8733
  }
8677
8734
  .uk-contrast .uk-icon-hover:hover {
8678
- color: #ffffff;
8735
+ color: #fff;
8679
8736
  }
8680
8737
  .uk-contrast .uk-icon-button {
8681
- background: #ffffff;
8682
- color: #444444;
8738
+ background: #fff;
8739
+ color: #444;
8683
8740
  }
8684
8741
  .uk-contrast .uk-icon-button:hover,
8685
8742
  .uk-contrast .uk-icon-button:focus {
8686
8743
  background-color: rgba(255, 255, 255, 0.8);
8687
- color: #444444;
8744
+ color: #444;
8688
8745
  }
8689
8746
  .uk-contrast .uk-icon-button:active {
8690
8747
  background-color: rgba(255, 255, 255, 0.7);
8691
- color: #444444;
8748
+ color: #444;
8692
8749
  }
8693
8750
  .uk-contrast .uk-text-muted {
8694
8751
  color: rgba(255, 255, 255, 0.6) !important;