Sha256: c63fe185c713180679dc53130c327643449a3457ffbfce6f398c1907b735725f
Contents?: true
Size: 1.28 KB
Versions: 2
Compression:
Stored size: 1.28 KB
Contents
@import "compass/css3/border-radius"; @import "compass/css3/images"; @import "compass/css3/opacity"; @import "compass-ui"; // Theme mixin that calls the relevant jQuery and theme mixins when appropriate. @mixin smoothness-theme { @include jquery-ui-theme; } // // Header $ui-header-background: #cccccc image-url("#{$ui-images-url}ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x; $ui-header-background-type: default; // State-Default $ui-default-background: $ui-default-background-color image-url("#{$ui-images-url}ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x; $ui-default-background-type: default; // State-Hover $ui-hover-background: $ui-hover-background-color image-url("#{$ui-images-url}ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x; $ui-hover-background-type: default; // State-Active $ui-active-background: #ffffff image-url("#{$ui-images-url}ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x; $ui-active-background-type: default; // State-Highlight $ui-highlight-background: #fbf9ee image-url("#{$ui-images-url}ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x; $ui-highlight-background-type: default; // State-Error $ui-error-background: #fef1ec image-url("#{$ui-images-url}ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x; $ui-error-background-type: default;
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
compass-ui-0.0.5 | stylesheets/compass-ui/theme/_smoothness.scss |
compass-ui-0.0.4 | stylesheets/compass-ui/theme/_smoothness.scss |