mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00

Admin - allow input value change for sliders fix misc css issues update jquery checked attr into prop
25 lines
856 B
SCSS
25 lines
856 B
SCSS
@import '../../../../../www/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss';
|
|
.btn, input[type="file"] {
|
|
//font-family: verdana,"Helvetica Neue",Helvetica,Arial,sans-serif;
|
|
//font-size: 12px;
|
|
//font-weight: bold;
|
|
// soften button edges:
|
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
@include buttonBackground($btnBackground, $btnBackgroundHighlight, $btnColor, $btnTextShadow);
|
|
}
|
|
// @TODO .btn-primary
|
|
|
|
.ui-dialog .btn, .ui-widget-content .btn {
|
|
// font-family: verdana,"Helvetica Neue",Helvetica,Arial,sans-serif;
|
|
font-size: $mediumFontSize;
|
|
font-weight: bold;
|
|
color: $btnColor;
|
|
}
|
|
|
|
.btn.btn-inverse {
|
|
@include buttonBackground($btnInverseBackground, $btnInverseBackgroundHighlight, $btnInverseColor, $btnInverseTextShadow);
|
|
}
|
|
|
|
.input-append button.btn {
|
|
border-left: 1px solid $btnGrpSeparatorColor;
|
|
} |