31 lines
		
	
	
		
			544 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			544 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
.editable-click, 
 | 
						|
a.editable-click, 
 | 
						|
a.editable-click:hover {
 | 
						|
    text-decoration: none;
 | 
						|
    border-bottom: dashed 1px #0088cc;
 | 
						|
}
 | 
						|
 | 
						|
.editable-click.editable-disabled, 
 | 
						|
a.editable-click.editable-disabled, 
 | 
						|
a.editable-click.editable-disabled:hover {
 | 
						|
   color: #585858;  
 | 
						|
   cursor: default;
 | 
						|
   border-bottom: none;
 | 
						|
}
 | 
						|
 | 
						|
.editable-empty, .editable-empty:hover{
 | 
						|
  font-style: italic; 
 | 
						|
  color: #DD1144;  
 | 
						|
  border-bottom: none;
 | 
						|
  text-decoration: none;
 | 
						|
}
 | 
						|
 | 
						|
.editable-unsaved {
 | 
						|
  font-weight: bold; 
 | 
						|
}
 | 
						|
 | 
						|
.editable-unsaved:after {
 | 
						|
/*    content: '*'*/
 | 
						|
}
 | 
						|
 |