Skip to content
Snippets Groups Projects
Select Git revision
  • d5657470b8d39624561ffb12dfcfddb982f9e02b
  • main default protected
  • renovate/django-5.x
  • koma/feature/preference-polling-form
4 results

__init__.py

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    jquery.ui.css 34.38 KiB
    /*! jQuery UI - v1.11.4 - 2015-03-11
    * http://jqueryui.com
    * Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
    * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
    * Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
    
    /* Layout helpers
    ----------------------------------*/
    .ui-helper-hidden {
    	display: none;
    }
    .ui-helper-hidden-accessible {
    	border: 0;
    	clip: rect(0 0 0 0);
    	height: 1px;
    	margin: -1px;
    	overflow: hidden;
    	padding: 0;
    	position: absolute;
    	width: 1px;
    }
    .ui-helper-reset {
    	margin: 0;
    	padding: 0;
    	border: 0;
    	outline: 0;
    	line-height: 1.3;
    	text-decoration: none;
    	font-size: 100%;
    	list-style: none;
    }
    .ui-helper-clearfix:before,
    .ui-helper-clearfix:after {
    	content: "";
    	display: table;
    	border-collapse: collapse;
    }
    .ui-helper-clearfix:after {
    	clear: both;
    }
    .ui-helper-clearfix {
    	min-height: 0; /* support: IE7 */
    }
    .ui-helper-zfix {
    	width: 100%;
    	height: 100%;
    	top: 0;
    	left: 0;
    	position: absolute;
    	opacity: 0;
    	filter:Alpha(Opacity=0); /* support: IE8 */
    }
    
    .ui-front {
    	z-index: 100;
    }
    
    
    /* Interaction Cues
    ----------------------------------*/
    .ui-state-disabled {
    	cursor: default !important;
    }
    
    
    /* Icons
    ----------------------------------*/
    
    /* states and images */
    .ui-icon {