Browse Source

Add stubs for theming of rest of modulles

pull/993/head
jlukic 10 years ago
parent
commit
2d5221804a
34 changed files with 166 additions and 255 deletions
  1. 60
      src/definitions/modules/accordion.less
  2. 25
      src/definitions/modules/chatroom.less
  3. 106
      src/definitions/modules/dropdown.less
  4. 39
      src/definitions/modules/nag.less
  5. 41
      src/definitions/modules/popup.less
  6. 59
      src/definitions/modules/shape.less
  7. 10
      src/definitions/modules/tab.less
  8. 3
      src/themes/_site/modules/accordion.overrides
  9. 3
      src/themes/_site/modules/accordion.variables
  10. 3
      src/themes/_site/modules/chatroom.overrides
  11. 3
      src/themes/_site/modules/chatroom.variables
  12. 3
      src/themes/_site/modules/dropdown.overrides
  13. 3
      src/themes/_site/modules/dropdown.variables
  14. 3
      src/themes/_site/modules/nag.overrides
  15. 3
      src/themes/_site/modules/nag.variables
  16. 3
      src/themes/_site/modules/popup.overrides
  17. 3
      src/themes/_site/modules/popup.variables
  18. 3
      src/themes/_site/modules/shape.overrides
  19. 3
      src/themes/_site/modules/shape.variables
  20. 3
      src/themes/_site/modules/tab.overrides
  21. 3
      src/themes/_site/modules/tab.variables
  22. 3
      src/themes/packages/default/modules/accordion.overrides
  23. 3
      src/themes/packages/default/modules/accordion.variables
  24. 3
      src/themes/packages/default/modules/chatroom.overrides
  25. 3
      src/themes/packages/default/modules/chatroom.variables
  26. 3
      src/themes/packages/default/modules/dropdown.overrides
  27. 3
      src/themes/packages/default/modules/nag.overrides
  28. 3
      src/themes/packages/default/modules/nag.variables
  29. 3
      src/themes/packages/default/modules/popup.overrides
  30. 3
      src/themes/packages/default/modules/popup.variables
  31. 3
      src/themes/packages/default/modules/shape.overrides
  32. 3
      src/themes/packages/default/modules/shape.variables
  33. 3
      src/themes/packages/default/modules/tab.overrides
  34. 3
      src/themes/packages/default/modules/tab.variables

60
src/definitions/modules/accordion.less

@ -9,6 +9,16 @@
*
*/
/*******************************
Theme
*******************************/
@type : 'module';
@element : 'accordion';
@import '../../semantic.config';
/*******************************
Accordion
*******************************/
@ -22,9 +32,6 @@
border-radius: 0.3125em;
background-color: #FFFFFF;
-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
}
@ -38,19 +45,6 @@
color: rgba(0, 0, 0, 0.8);
border-top: 1px solid rgba(0, 0, 0, 0.05);
-webkit-transition:
background-color 0.2s ease-out
;
-moz-transition:
background-color 0.2s ease-out
;
-o-transition:
background-color 0.2s ease-out
;
-ms-transition:
background-color 0.2s ease-out
;
transition:
background-color 0.2s ease-out
;
@ -78,31 +72,10 @@
display: inline-block;
float: none;
margin: 0em 0.5em 0em 0em;
-webkit-transition:
-webkit-transform 0.2s ease,
opacity 0.2s ease
;
-moz-transition:
-moz-transform 0.2s ease,
opacity 0.2s ease
;
-o-transition:
-o-transform 0.2s ease,
opacity 0.2s ease
;
-ms-transition:
-ms-transform 0.2s ease,
opacity 0.2s ease
;
transition:
transform 0.2s ease,
opacity 0.2s ease
;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
.ui.accordion .title .dropdown.icon:before,
@ -116,8 +89,6 @@
.ui.basic.accordion.menu {
background-color: #FFFFFF;
-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
}
.ui.basic.accordion.menu .title,
@ -136,9 +107,6 @@
.ui.basic.accordion {
background-color: transparent;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
@ -194,10 +162,6 @@
}
.ui.accordion .active.title .dropdown.icon,
.ui.accordion .accordion .active.title .dropdown.icon {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.ui.accordion .active.content,
@ -217,4 +181,6 @@
.ui.fluid.accordion,
.ui.fluid.accordion .accordion {
width: 100%;
}
}
.loadUIOverrides();

25
src/definitions/modules/chatroom.less

@ -9,6 +9,15 @@
*
*/
/*******************************
Theme
*******************************/
@type : 'module';
@element : 'chatroom';
@import '../../semantic.config';
/*******************************
Chat Room
*******************************/
@ -39,8 +48,6 @@
padding: 4px;
border: 1px solid rgba(0, 0, 0, 0.1);
-moz-border-radius: 5px 5px 0px 0px;
-webkit-border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px;
}
.ui.chatroom .actions .button {
@ -102,10 +109,6 @@
}
.ui.chatroom .log .author {
font-weight: bold;
-webkit-transition: color 0.3s ease-out;
-moz-transition: color 0.3s ease-out;
-o-transition: color 0.3s ease-out;
-ms-transition: color 0.3s ease-out;
transition: color 0.3s ease-out;
}
.ui.chatroom .log a.author:hover {
@ -188,9 +191,6 @@
padding: 5px 0px 0px;
background-color: #EEEEEE;
-webkit-border-radius: 0px 0px 5px 5px;
-moz-border-radius: 0px 0px 5px 5px;
border-radius: 0px 0px 5px 5px;
}
.ui.chatroom .talk .avatar,
@ -227,10 +227,7 @@
font-size: 12px;
line-height: 23px;
-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
border-radius: 0 5px 5px 0;
}
.ui.chatroom .talk .log-in.button {
@ -278,4 +275,6 @@
}
.ui.chatroom .talk {
height: 40px;
}
}
.loadUIOverrides();

106
src/definitions/modules/dropdown.less

@ -9,6 +9,16 @@
*
*/
/*******************************
Theme
*******************************/
@type : 'module';
@element : 'dropdown';
@import '../../semantic.config';
/*******************************
Dropdown
*******************************/
@ -17,32 +27,11 @@
cursor: pointer;
position: relative;
display: inline-block;
line-height: 1;
-webkit-transition:
border-radius 0.1s ease,
width 0.2s ease
;
-moz-transition:
border-radius 0.1s ease,
width 0.2s ease
;
-o-transition:
border-radius 0.1s ease,
width 0.2s ease
;
-ms-transition:
border-radius 0.1s ease,
width 0.2s ease
;
transition:
border-radius 0.1s ease,
width 0.2s ease
;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-moz-tap-highlight-color: rgba(0, 0, 0, 0);
tap-highlight-color: rgba(0, 0, 0, 0);
}
@ -69,18 +58,8 @@
font-size: 0.875em;
text-shadow: none;
-webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
-moz-border-radius: 0px 0px 0.325em 0.325em;
-webkit-border-radius: 0px 0px 0.325em 0.325em;
border-radius: 0px 0px 0.325em 0.325em;
-webkit-transition: opacity 0.2s ease;
-moz-transition: opacity 0.2s ease;
-o-transition: opacity 0.2s ease;
-ms-transition: opacity 0.2s ease;
transition: opacity 0.2s ease;
z-index: 11;
}
@ -113,10 +92,6 @@
.ui.dropdown > .text {
display: inline-block;
-webkit-transition: color 0.2s ease;
-moz-transition: color 0.2s ease;
-o-transition: color 0.2s ease;
-ms-transition: color 0.2s ease;
transition: color 0.2s ease;
}
@ -218,8 +193,6 @@
border-left: none;
background-color: rgba(0, 0, 0, 0.03);
-webkit-box-shadow: none;
-moz-shadow: none;
box-shadow: none;
z-index: 12;
}
@ -249,18 +222,15 @@
.ui.selection.dropdown.error {
background-color: #FFFAFA;
-webkit-box-shadow: 0px 0px 0px 1px rgba(231, 190, 190, 1) !important;
box-shadow: 0px 0px 0px 1px rgba(231, 190, 190, 1) !important;
}
.ui.selection.dropdown.error:hover {
-webkit-box-shadow: 0px 0px 0px 1px rgba(231, 190, 190, 1) !important;
box-shadow: 0px 0px 0px 1px rgba(231, 190, 190, 1) !important;
}
.ui.dropdown.error > .menu,
.ui.dropdown.error > .menu .menu {
-webkit-box-shadow: 0px 0px 1px 1px #E7BEBE !important;
box-shadow: 0px 0px 1px 1px #E7BEBE !important;
}
@ -300,10 +270,6 @@
opacity: 0;
width: 0;
height: 0;
-webkit-transition: opacity 0.2s ease-out;
-moz-transition: opacity 0.2s ease-out;
-o-transition: opacity 0.2s ease-out;
-ms-transition: opacity 0.2s ease-out;
transition: opacity 0.2s ease-out;
}
@ -359,12 +325,8 @@
line-height: 1.33;
color: rgba(0, 0, 0, 0.8);
-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) !important;
-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) !important;
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) !important;
-webkit-border-radius: 0.3125em !important;
-moz-border-radius: 0.3125em !important;
border-radius: 0.3125em !important;
}
.ui.selection.dropdown select {
@ -374,20 +336,12 @@
opacity: 0.7;
margin: 0.2em 0em 0.2em 1.25em;
-webkit-transition: opacity 0.2s ease-out;
-moz-transition: opacity 0.2s ease-out;
-o-transition: opacity 0.2s ease-out;
-ms-transition: opacity 0.2s ease-out;
transition: opacity 0.2s ease-out;
}
.ui.selection.dropdown,
.ui.selection.dropdown .menu {
top: 100%;
-webkit-transition: box-shadow 0.2s ease-out;
-moz-transition: box-shadow 0.2s ease-out;
-o-transition: box-shadow 0.2s ease-out;
-ms-transition: box-shadow 0.2s ease-out;
transition: box-shadow 0.2s ease-out;
}
@ -397,12 +351,7 @@
overflow-x: hidden;
overflow-y: auto;
-webkit-box-shadow: 0px 1px 0px 1px #E0E0E0;
-moz-box-shadow: 0px 1px 0px 1px #E0E0E0;
box-shadow: 0px 1px 0px 1px #E0E0E0;
-moz-border-radius: 0px 0px 0.325em 0.325em;
-webkit-border-radius: 0px 0px 0.325em 0.325em;
border-radius: 0px 0px 0.325em 0.325em;
}
.ui.selection.dropdown .menu:after,
@ -418,13 +367,9 @@
/* Hover */
.ui.selection.dropdown:hover {
-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2) !important;
-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2) !important;
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2) !important;
}
.ui.selection.dropdown:hover .menu {
-webkit-box-shadow: 0px 1px 0px 1px #D3D3D3;
-moz-box-shadow: 0px 1px 0px 1px #D3D3D3;
box-shadow: 0px 1px 0px 1px #D3D3D3;
}
.ui.selection.dropdown:hover > .dropdown.icon {
@ -439,9 +384,6 @@
/* Active */
.ui.active.selection.dropdown {
-webkit-border-radius: 0.3125em 0.3125em 0em 0em !important;
-moz-border-radius: 0.3125em 0.3125em 0em 0em !important;
border-radius: 0.3125em 0.3125em 0em 0em !important;
}
.ui.active.selection.dropdown > .dropdown.icon {
@ -477,9 +419,6 @@
.ui.inline.dropdown .menu {
cursor: auto;
margin-top: 0.25em;
-webkit-border-radius: 0.325em;
-moz-border-radius: 0.325em;
border-radius: 0.325em;
}
@ -497,9 +436,6 @@
0px 0px 0px 1px rgba(0, 0, 0, 0.2) inset,
0px 2px 5px 0px rgba(0, 0, 0, 0.15)
;
-webkit-border-radius: 0.325em;
-moz-border-radius: 0.325em;
border-radius: 0.325em;
}
@ -511,8 +447,6 @@
.ui.pointing.dropdown .menu {
top: 100%;
margin-top: 0.75em;
-moz-border-radius: 0.325em;
-webkit-border-radius: 0.325em;
border-radius: 0.325em;
}
@ -526,24 +460,16 @@
width: 0.5em;
height: 0.5em;
-moz-box-shadow: -1px -1px 0px 1px rgba(0, 0, 0, 0.05);
-webkit-box-shadow: -1px -1px 0px 1px rgba(0, 0, 0, 0.05);
box-shadow: -1px -1px 0px 1px rgba(0, 0, 0, 0.05);
background-image: none;
background-color: #FFFFFF;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
z-index: 2;
}
.ui.pointing.dropdown .menu .active.item:first-child {
background: transparent -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.03));
background: transparent -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.03));
background: transparent -o-linear-gradient(transparent, rgba(0, 0, 0, 0.03));
background: transparent -ms-linear-gradient(transparent, rgba(0, 0, 0, 0.03));
background: transparent linear-gradient(transparent, rgba(0, 0, 0, 0.03));
}
@ -566,8 +492,6 @@
left: 1.25em;
right: auto;
margin: 0em;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}
.ui.top.right.pointing.dropdown .menu {
@ -582,8 +506,6 @@
left: auto;
right: 1.25em;
margin: 0em;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}
@ -597,9 +519,6 @@
top: 1em;
left: -0.25em;
margin: 0em 0em 0em 0em;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}
@ -614,8 +533,7 @@
left: auto;
right: -0.25em;
margin: 0em 0em 0em 0em;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
transform: rotate(135deg);
}
.loadUIOverrides();

39
src/definitions/modules/nag.less

@ -9,6 +9,16 @@
*
*/
/*******************************
Theme
*******************************/
@type : 'module';
@element : 'nag';
@import '../../semantic.config';
/*******************************
Nag
*******************************/
@ -25,9 +35,6 @@
min-height: 0;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
margin: 0em;
@ -36,12 +43,6 @@
background-color: #555555;
-webkit-box-shadow:
0px 1px 2px 0px rgba(0, 0, 0, 0.2)
;
-moz-box-shadow:
0px 1px 2px 0px rgba(0, 0, 0, 0.2)
;
box-shadow:
0px 1px 2px 0px rgba(0, 0, 0, 0.2)
;
@ -50,14 +51,7 @@
text-align: center;
color: rgba(255, 255, 255, 0.8);
-webkit-border-radius: 0px 0px 5px 5px;
-moz-border-radius: 0px 0px 5px 5px;
border-radius: 0px 0px 5px 5px;
-webkit-transition: 0.2s background;
-moz-transition: 0.2s background;
-o-transition: 0.2s background;
-ms-transition: 0.2s background;
transition: 0.2s background;
}
@ -82,11 +76,6 @@ a.ui.nag {
margin-top: -0.5em;
color: #FFFFFF;
-webkit-transition: 0.1s opacity;
-moz-transition: 0.1s opacity;
-o-transition: 0.1s opacity;
-ms-transition: 0.1s opacity;
transition: 0.1s opacity;
}
@ -133,8 +122,6 @@ a.ui.nag {
---------------*/
.ui.bottom.nag {
-webkit-border-radius: 5px 5px 0px 0px;
-moz-border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px;
}
.ui.fixed.bottom.nags,
@ -167,7 +154,7 @@ a.ui.nag {
*******************************/
.ui.nags .nag {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
}
.loadUIOverrides();

41
src/definitions/modules/popup.less

@ -9,6 +9,15 @@
*
*/
/*******************************
Theme
*******************************/
@type : 'module';
@element : 'popup';
@import '../../semantic.config';
/*******************************
Popup
*******************************/
@ -30,12 +39,7 @@
font-style: normal;
color: rgba(0, 0, 0, 0.7);
-webkit-border-radius: 0.2em;
-moz-border-radius: 0.2em;
border-radius: 0.2em;
-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
.ui.popup .header {
@ -55,19 +59,10 @@
background-image: none;
background-color: #FFFFFF;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
z-index: 2;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
@ -113,8 +108,6 @@
left: 50%;
right: auto;
bottom: auto;
-webkit-box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
}
@ -127,8 +120,6 @@
bottom: auto;
left: auto;
margin-left: 0em;
-webkit-box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
}
@ -141,8 +132,6 @@
right: auto;
bottom: auto;
margin-left: 0em;
-webkit-box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
}
@ -182,8 +171,6 @@
bottom: auto;
left: auto;
margin-top: -0.4em;
-moz-box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.2);
box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.2);
}
@ -194,8 +181,6 @@
bottom: auto;
right: auto;
margin-top: -0.4em;
-moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.2);
box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.2);
}
@ -240,9 +225,6 @@
background-color: #333333;
border: none;
color: #FFFFFF;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.ui.inverted.popup .header {
@ -251,8 +233,7 @@
}
.ui.inverted.popup:before {
background-color: #333333;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.loadUIOverrides();

59
src/definitions/modules/shape.less

@ -9,6 +9,17 @@
*
*/
/*******************************
Theme
*******************************/
@type : 'module';
@element : 'shape';
@import '../../semantic.config';
/*******************************
Shape
*******************************/
@ -17,22 +28,12 @@
display: inline-block;
position: relative;
-webkit-perspective: 2000px;
-moz-perspective: 2000px;
-ms-perspective: 2000px;
perspective: 2000px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.ui.shape .sides {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;
}
@ -42,14 +43,7 @@
margin: 0em !important;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
@ -70,9 +64,6 @@
background-color: #E6E6E6;
color: rgba(0, 0, 0, 0.6);
-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}
.ui.cube.shape .side > .content {
@ -81,10 +72,6 @@
display: table;
text-align: center;
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
.ui.cube.shape .side > .content > div {
@ -143,18 +130,6 @@
---------------*/
.ui.shape.animating {
-webkit-transition:
all 0.6s ease-in-out;
;
-moz-transition:
all 0.6s ease-in-out;
;
-o-transition:
all 0.6s ease-in-out;
;
-ms-transition:
all 0.6s ease-in-out;
;
transition:
all 0.6s ease-in-out;
;
@ -163,17 +138,9 @@
position: absolute;
}
.ui.shape.animating .sides {
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
}
.ui.shape.animating .side {
-webkit-transition: opacity 0.6s ease-in-out;
-moz-transition: opacity 0.6s ease-in-out;
-o-transition: opacity 0.6s ease-in-out;
-ms-transition: opacity 0.6s ease-in-out;
transition: opacity 0.6s ease-in-out;
}
@ -184,4 +151,6 @@
.ui.shape .active.side {
display: block;
}
}
.loadUIOverrides();

10
src/definitions/modules/tab.less

@ -9,6 +9,14 @@
*
*/
/*******************************
Theme
*******************************/
@type : 'module';
@element : 'tab';
@import '../../semantic.config';
/*******************************
UI Tabs
@ -61,3 +69,5 @@
background: url(../../themes/packages/default/assets/images/loader-large.gif) no-repeat 0px 0px;
visibility: visible;
}
.loadUIOverrides();

3
src/themes/_site/modules/accordion.overrides

@ -0,0 +1,3 @@
/*******************************
User Overrides
*******************************/

3
src/themes/_site/modules/accordion.variables

@ -0,0 +1,3 @@
/*******************************
User Variable Overrides
*******************************/

3
src/themes/_site/modules/chatroom.overrides

@ -0,0 +1,3 @@
/*******************************
User Overrides
*******************************/

3
src/themes/_site/modules/chatroom.variables

@ -0,0 +1,3 @@
/*******************************
User Variable Overrides
*******************************/

3
src/themes/_site/modules/dropdown.overrides

@ -0,0 +1,3 @@
/*******************************
User Overrides
*******************************/

3
src/themes/_site/modules/dropdown.variables

@ -0,0 +1,3 @@
/*******************************
User Variable Overrides
*******************************/

3
src/themes/_site/modules/nag.overrides

@ -0,0 +1,3 @@
/*******************************
User Overrides
*******************************/

3
src/themes/_site/modules/nag.variables

@ -0,0 +1,3 @@
/*******************************
User Variable Overrides
*******************************/

3
src/themes/_site/modules/popup.overrides

@ -0,0 +1,3 @@
/*******************************
User Overrides
*******************************/

3
src/themes/_site/modules/popup.variables

@ -0,0 +1,3 @@
/*******************************
User Variable Overrides
*******************************/

3
src/themes/_site/modules/shape.overrides

@ -0,0 +1,3 @@
/*******************************
User Overrides
*******************************/

3
src/themes/_site/modules/shape.variables

@ -0,0 +1,3 @@
/*******************************
User Variable Overrides
*******************************/

3
src/themes/_site/modules/tab.overrides

@ -0,0 +1,3 @@
/*******************************
User Overrides
*******************************/

3
src/themes/_site/modules/tab.variables

@ -0,0 +1,3 @@
/*******************************
User Variable Overrides
*******************************/

3
src/themes/packages/default/modules/accordion.overrides

@ -0,0 +1,3 @@
/*******************************
Overrides
*******************************/

3
src/themes/packages/default/modules/accordion.variables

@ -0,0 +1,3 @@
/*-------------------
Accordion
--------------------*/

3
src/themes/packages/default/modules/chatroom.overrides

@ -0,0 +1,3 @@
/*******************************
Overrides
*******************************/

3
src/themes/packages/default/modules/chatroom.variables

@ -0,0 +1,3 @@
/*-------------------
Chatroom
--------------------*/

3
src/themes/packages/default/modules/dropdown.overrides

@ -0,0 +1,3 @@
/*******************************
Overrides
*******************************/

3
src/themes/packages/default/modules/nag.overrides

@ -0,0 +1,3 @@
/*******************************
Overrides
*******************************/

3
src/themes/packages/default/modules/nag.variables

@ -0,0 +1,3 @@
/*-------------------
Nag
--------------------*/

3
src/themes/packages/default/modules/popup.overrides

@ -0,0 +1,3 @@
/*******************************
Overrides
*******************************/

3
src/themes/packages/default/modules/popup.variables

@ -0,0 +1,3 @@
/*-------------------
Popup
--------------------*/

3
src/themes/packages/default/modules/shape.overrides

@ -0,0 +1,3 @@
/*******************************
Overrides
*******************************/

3
src/themes/packages/default/modules/shape.variables

@ -0,0 +1,3 @@
/*-------------------
Shape
--------------------*/

3
src/themes/packages/default/modules/tab.overrides

@ -0,0 +1,3 @@
/*******************************
Overrides
*******************************/

3
src/themes/packages/default/modules/tab.variables

@ -0,0 +1,3 @@
/*-------------------
Tab
--------------------*/
Loading…
Cancel
Save