less-rails-semantic_ui 1.12.2.1 → 1.12.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4e4343980ee8e7b79009d25aaf6ec3f47e800fc2
|
|
4
|
+
data.tar.gz: 5897d1bb42e3a4902f92ee9e1f13aa57faaeb300
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bfd3d585acf357b0d4f0f572d7646a0199deef4fe4181cbaf2b74f6d33e23412fecdffde2261bcafdf9d8649edc8aec6c4034beec4cdcd1d3d9ed8ca95050b62
|
|
7
|
+
data.tar.gz: 147569b9c3ff924ec9c0982914205d815340d99e956c92670a5eaa9b33e961213a6c16be148ac6bbb708765f498f40c0d24dfe3fc24b7bd8f2031a722a88096d
|
|
@@ -93,9 +93,9 @@ $.fn.checkbox = function(parameters) {
|
|
|
93
93
|
},
|
|
94
94
|
|
|
95
95
|
refresh: function() {
|
|
96
|
-
$module = $(
|
|
97
|
-
$label = $(
|
|
98
|
-
$input = $(
|
|
96
|
+
$module = $(element);
|
|
97
|
+
$label = $(element).find(selector.label).first();
|
|
98
|
+
$input = $(element).find(selector.input);
|
|
99
99
|
},
|
|
100
100
|
|
|
101
101
|
observeChanges: function() {
|
|
@@ -1299,6 +1299,7 @@
|
|
|
1299
1299
|
-----------------------*/
|
|
1300
1300
|
|
|
1301
1301
|
.ui.grid > .white.row,
|
|
1302
|
+
.ui.grid > .white.column,
|
|
1302
1303
|
.ui.grid > .row > .white.column {
|
|
1303
1304
|
background-color: @white !important;
|
|
1304
1305
|
color: @textColor;
|
|
@@ -1311,6 +1312,7 @@
|
|
|
1311
1312
|
}
|
|
1312
1313
|
|
|
1313
1314
|
.ui.grid > .black.row,
|
|
1315
|
+
.ui.grid > .black.column,
|
|
1314
1316
|
.ui.grid > .row > .black.column {
|
|
1315
1317
|
background-color: @black !important;
|
|
1316
1318
|
color: @white;
|
|
@@ -1323,6 +1325,7 @@
|
|
|
1323
1325
|
}
|
|
1324
1326
|
|
|
1325
1327
|
.ui.grid > .blue.row,
|
|
1328
|
+
.ui.grid > .blue.column,
|
|
1326
1329
|
.ui.grid > .row > .blue.column {
|
|
1327
1330
|
background-color: @blue !important;
|
|
1328
1331
|
color: @white;
|
|
@@ -1335,6 +1338,7 @@
|
|
|
1335
1338
|
}
|
|
1336
1339
|
|
|
1337
1340
|
.ui.grid > .green.row,
|
|
1341
|
+
.ui.grid > .green.column,
|
|
1338
1342
|
.ui.grid > .row > .green.column {
|
|
1339
1343
|
background-color: @green !important;
|
|
1340
1344
|
color: @white;
|
|
@@ -1347,6 +1351,7 @@
|
|
|
1347
1351
|
}
|
|
1348
1352
|
|
|
1349
1353
|
.ui.grid > .orange.row,
|
|
1354
|
+
.ui.grid > .orange.column,
|
|
1350
1355
|
.ui.grid > .row > .orange.column {
|
|
1351
1356
|
background-color: @orange !important;
|
|
1352
1357
|
color: @white;
|
|
@@ -1371,6 +1376,7 @@
|
|
|
1371
1376
|
}
|
|
1372
1377
|
|
|
1373
1378
|
.ui.grid > .purple.row,
|
|
1379
|
+
.ui.grid > .purple.column,
|
|
1374
1380
|
.ui.grid > .row > .purple.column {
|
|
1375
1381
|
background-color: @purple !important;
|
|
1376
1382
|
color: @white;
|
|
@@ -1383,6 +1389,7 @@
|
|
|
1383
1389
|
}
|
|
1384
1390
|
|
|
1385
1391
|
.ui.grid > .red.row,
|
|
1392
|
+
.ui.grid > .red.column,
|
|
1386
1393
|
.ui.grid > .row > .red.column {
|
|
1387
1394
|
background-color: @red !important;
|
|
1388
1395
|
color: @white;
|
|
@@ -1395,6 +1402,7 @@
|
|
|
1395
1402
|
}
|
|
1396
1403
|
|
|
1397
1404
|
.ui.grid > .teal.row,
|
|
1405
|
+
.ui.grid > .teal.column,
|
|
1398
1406
|
.ui.grid > .row > .teal.column {
|
|
1399
1407
|
background-color: @teal !important;
|
|
1400
1408
|
color: @white;
|
|
@@ -1407,6 +1415,7 @@
|
|
|
1407
1415
|
}
|
|
1408
1416
|
|
|
1409
1417
|
.ui.grid > .yellow.row,
|
|
1418
|
+
.ui.grid > .yellow.column,
|
|
1410
1419
|
.ui.grid > .row > .yellow.column {
|
|
1411
1420
|
background-color: @yellow !important;
|
|
1412
1421
|
color: @white;
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: less-rails-semantic_ui
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.12.
|
|
4
|
+
version: 1.12.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Maxim Dobryakov
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-05-
|
|
11
|
+
date: 2015-05-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: less-rails
|