`;
-exports[`Storyshots Table/Main Menu Column (custom cell example) 1`] = `
-.c3 {
- display: inline-block;
+exports[`Storyshots Table/Custom Cells Borderless 1`] = `
+.c4 {
+ font-family: Lato,sans-serif;
+ font-size: 16px;
+ -webkit-font-smoothing: antialiased;
+ color: #2f313a;
+ text-align: left;
+ font-weight: 600;
}
-.c3 .hitWrapper {
- position: relative;
+.c2 {
+ font-family: Lato,sans-serif;
+ font-size: 14px;
+ -webkit-font-smoothing: antialiased;
+ color: #2f313a;
+ text-align: left;
+ font-weight: 600;
}
-.c3 .hitWrapper .hit {
- position: absolute;
- top: 0;
- width: 100%;
- height: 100%;
+.c0 {
+ border-collapse: collapse;
+ padding: 8px 16px;
}
-.c8 {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-align-items: flex-end;
- -webkit-box-align: flex-end;
- -ms-flex-align: flex-end;
- align-items: flex-end;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- -ms-flex-pack: center;
- justify-content: center;
- height: 48px;
+.c0 .cell {
box-sizing: border-box;
- border: solid 1px rgba(0,0,0,0.16);
- border-radius: 4px;
- box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16);
- color: white;
- line-height: 46px;
- font-size: 16px;
- font-family: lato,sans-serif;
- font-weight: 600;
- -webkit-font-smoothing: antialiased !important;
- white-space: nowrap;
- text-overflow: ellipsis;
- outline: 0;
- cursor: pointer;
- -webkit-transition: background 0.3s ease;
- transition: background 0.3s ease;
- background-color: #3498db;
- padding: 0 16px;
+ height: 80px;
+ border-bottom: 1px solid rgba(0,0,0,0.16);
+ padding-left: 16px;
}
-.c8 .icon {
- color: rgba(255,255,255,0.56);
+.c0 .cell:last-child {
+ padding-right: 16px;
}
-.c8 .icon i {
- vertical-align: text-bottom;
+.c0 .cell.corner-icon:before {
+ content: "";
+ display: block;
+ float: left;
+ box-sizing: border-box;
+ width: 8px;
+ height: 8px;
+ margin-top: 8px;
+ margin-right: 16px;
+ border-left: 2px solid #3498db;
+ border-bottom: 2px solid #3498db;
}
-.c8:hover {
- box-shadow: 0 4px 4px 0 rgba(0,0,0,0.16);
+.c0 .cell .checkbox {
+ height: 16px;
+ margin-left: -8px;
}
-.c8:focus {
- box-shadow: none;
+.c0 tbody.collapsed tr.grouped {
+ display: none;
}
-.c8:hover .icon,
-.c8:focus .icon {
- color: white;
+.c0 tbody tr:hover .cell {
+ background: #e9ebec;
}
-.c8:hover {
- background-color: #2980b9;
+.c1 {
+ text-align: left;
+ background-color: #f6f8f9;
+ height: 40px !important;
}
-.c8:focus {
- background-color: #2980b9;
+.c1 .link {
+ display: inline-block;
+ cursor: pointer;
}
-.c8:disabled,
-.c8:disabled .icon,
-.c8:disabled :hover {
- color: rgba(0,0,0,0.32);
+.c1 .icon {
+ color: rgba(0,0,0,0.16);
+ font-size: 12px;
+ margin-left: 8px;
}
-.c8:disabled {
- background-color: #ccc;
- box-shadow: none;
+.c3 {
+ text-align: left;
+ background-color: white;
}
-.c10 {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-align-items: flex-end;
- -webkit-box-align: flex-end;
- -ms-flex-align: flex-end;
- align-items: flex-end;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- -ms-flex-pack: center;
- justify-content: center;
- height: 48px;
- box-sizing: border-box;
- border: solid 1px rgba(0,0,0,0.16);
- border-radius: 4px;
+
+
+
+
+
+
+
+
+ Fruit
+
+ |
+
+
+ Price
+
+ |
+
+
+
+
+
+
+ Apple
+
+ |
+
+
+ $ 0.50
+
+ |
+
+
+
+
+
+
+ Banana
+
+ |
+
+
+ $ 0.60
+
+ |
+
+
+
+
+
+
+ Cherry
+
+ |
+
+
+ $ 9,999.99
+
+ |
+
+
+
+
+
+
+ Coconut
+
+ |
+
+
+ $ 2.30
+
+ |
+
+
+
+`;
+
+exports[`Storyshots Table/Custom Cells Button Column (custom cell example) 1`] = `
+.c3 {
+ display: inline-block;
+}
+
+.c3 .hitWrapper {
+ position: relative;
+}
+
+.c3 .hitWrapper .hit {
+ position: absolute;
+ top: 0;
+ width: 100%;
+ height: 100%;
+}
+
+.c8 {
+ display: -webkit-box;
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ -webkit-align-items: flex-end;
+ -webkit-box-align: flex-end;
+ -ms-flex-align: flex-end;
+ align-items: flex-end;
+ -webkit-box-pack: center;
+ -webkit-justify-content: center;
+ -ms-flex-pack: center;
+ justify-content: center;
+ height: 32px;
+ box-sizing: border-box;
+ border: solid 1px rgba(0,0,0,0.16);
+ border-radius: 4px;
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16);
color: white;
- line-height: 46px;
+ line-height: 30px;
font-size: 16px;
font-family: lato,sans-serif;
font-weight: 600;
@@ -4321,54 +4114,48 @@ exports[`Storyshots Table/Main Menu Column (custom cell example) 1`] = `
text-overflow: ellipsis;
outline: 0;
cursor: pointer;
- background-color: #FFFFFF;
- color: #59636f;
+ -webkit-transition: background 0.3s ease;
+ transition: background 0.3s ease;
+ background-color: #ff4411;
padding: 0 16px;
}
-.c10 .icon {
+.c8 .icon {
color: rgba(255,255,255,0.56);
}
-.c10 .icon i {
+.c8 .icon i {
vertical-align: text-bottom;
}
-.c10:hover {
+.c8:hover {
box-shadow: 0 4px 4px 0 rgba(0,0,0,0.16);
}
-.c10:focus {
+.c8:focus {
box-shadow: none;
}
-.c10:hover .icon,
-.c10:focus .icon {
+.c8:hover .icon,
+.c8:focus .icon {
color: white;
}
-.c10 > .icon {
- color: rgba(0,0,0,0.32);
-}
-
-.c10:hover,
-.c10:focus {
- color: #3498db;
- border-color: #3498db;
+.c8:hover {
+ background-color: #dd3311;
}
-.c10:hover > .icon,
-.c10:focus > .icon {
- color: #3498db;
+.c8:focus {
+ background-color: #dd3311;
}
-.c10:disabled,
-.c10:disabled .icon,
-.c10:disabled :hover {
+.c8:disabled,
+.c8:disabled .icon,
+.c8:disabled :hover {
color: rgba(0,0,0,0.32);
}
-.c10:disabled {
+.c8:disabled {
background-color: #ccc;
box-shadow: none;
}
@@ -4400,16 +4187,6 @@ exports[`Storyshots Table/Main Menu Column (custom cell example) 1`] = `
font-weight: 600;
}
-.c9 {
- font-family: lato,sans-serif;
- display: inline-block;
- position: relative;
-}
-
-.c9 *:focus {
- outline: none;
-}
-
.c2 {
display: -webkit-inline-box;
display: -webkit-inline-flex;
@@ -4497,13 +4274,30 @@ exports[`Storyshots Table/Main Menu Column (custom cell example) 1`] = `
padding-right: 16px;
}
+.c0 .cell.corner-icon:before {
+ content: "";
+ display: block;
+ float: left;
+ box-sizing: border-box;
+ width: 8px;
+ height: 8px;
+ margin-top: 8px;
+ margin-right: 16px;
+ border-left: 2px solid #3498db;
+ border-bottom: 2px solid #3498db;
+}
+
.c0 .cell .checkbox {
height: 16px;
margin-left: -8px;
}
-.c0 .body .cell {
- background-color: white !important;
+.c0 tbody.collapsed tr.grouped {
+ display: none;
+}
+
+.c0 tbody tr:hover .cell {
+ background: #e9ebec;
}
.c1 {
@@ -4525,7 +4319,7 @@ exports[`Storyshots Table/Main Menu Column (custom cell example) 1`] = `
.c5 {
text-align: left;
- background-color: #f6f8f9;
+ background-color: white;
}
-
|