|
@ -186,6 +186,31 @@ |
|
|
padding: 0em; |
|
|
padding: 0em; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* Transparent Icon */ |
|
|
|
|
|
.ui.transparent.icon.input > .icon { |
|
|
|
|
|
width: @transparentIconWidth; |
|
|
|
|
|
} |
|
|
|
|
|
.ui.transparent.icon.input > input { |
|
|
|
|
|
padding-left: 0em !important; |
|
|
|
|
|
padding-right: @transparentIconMargin !important; |
|
|
|
|
|
} |
|
|
|
|
|
.ui.transparent[class*="left icon"].input > input { |
|
|
|
|
|
padding-left: 0em !important; |
|
|
|
|
|
padding-left: @transparentIconMargin !important; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* Transparent Inverted */ |
|
|
|
|
|
.ui.transparent.inverted.input input::-moz-placeholder { |
|
|
|
|
|
color: @transparentInvertedPlaceholderColor; |
|
|
|
|
|
} |
|
|
|
|
|
.ui.transparent.inverted.input { |
|
|
|
|
|
color: @transparentInvertedColor; |
|
|
|
|
|
} |
|
|
|
|
|
.ui.transparent.inverted.input input { |
|
|
|
|
|
color: inherit; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*-------------------- |
|
|
/*-------------------- |
|
|
Icon |
|
|
Icon |
|
|
---------------------*/ |
|
|
---------------------*/ |
|
@ -242,19 +267,6 @@ |
|
|
padding-right: @horizontalPadding !important; |
|
|
padding-right: @horizontalPadding !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* Transparent Icon */ |
|
|
|
|
|
.ui.transparent.icon.input > .icon { |
|
|
|
|
|
width: @transparentIconWidth; |
|
|
|
|
|
} |
|
|
|
|
|
.ui.transparent.icon.input > input { |
|
|
|
|
|
padding-left: 0em !important; |
|
|
|
|
|
padding-right: @transparentIconMargin !important; |
|
|
|
|
|
} |
|
|
|
|
|
.ui.transparent[class*="left icon"].input > input { |
|
|
|
|
|
padding-left: 0em !important; |
|
|
|
|
|
padding-left: @transparentIconMargin !important; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* Focus */ |
|
|
/* Focus */ |
|
|
.ui.icon.input > input:focus ~ .icon { |
|
|
.ui.icon.input > input:focus ~ .icon { |
|
|
opacity: 1; |
|
|
opacity: 1; |
|
@ -400,10 +412,12 @@ |
|
|
Inverted |
|
|
Inverted |
|
|
---------------------*/ |
|
|
---------------------*/ |
|
|
|
|
|
|
|
|
|
|
|
/* Standard */ |
|
|
.ui.inverted.input input { |
|
|
.ui.inverted.input input { |
|
|
border: none; |
|
|
border: none; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*-------------------- |
|
|
/*-------------------- |
|
|
Fluid |
|
|
Fluid |
|
|
---------------------*/ |
|
|
---------------------*/ |
|
@ -412,7 +426,6 @@ |
|
|
display: block; |
|
|
display: block; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*-------------------- |
|
|
/*-------------------- |
|
|
Size |
|
|
Size |
|
|
---------------------*/ |
|
|
---------------------*/ |
|
|