mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 19:45:25 +01:00 
			
		
		
		
	- Add box-shadow to default tippy theme - Make colors for tabs match the ones from `.ui.tabular.menu` - Remove tippy arrow and slightly offset tooltip closer to the button - Fix setting of `aria-haspopup` when default role is used with tippy --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
		
			
				
	
	
		
			38 lines
		
	
	
		
			632 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			632 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| /* only used by "repo/empty.tmpl" */
 | |
| .clone-buttons-combo {
 | |
|   display: flex;
 | |
|   align-items: center;
 | |
|   flex: 1;
 | |
| }
 | |
| 
 | |
| .clone-buttons-combo input {
 | |
|   border-left: none !important;
 | |
|   border-radius: 0 !important;
 | |
|   height: 30px;
 | |
| }
 | |
| 
 | |
| /* used by the clone-panel popup */
 | |
| .clone-panel-field,
 | |
| .clone-panel-list {
 | |
|   margin: 10px;
 | |
| }
 | |
| 
 | |
| .clone-panel-tab .item {
 | |
|   padding: 5px 10px;
 | |
|   background: none;
 | |
|   color: var(--color-text-light-2);
 | |
| }
 | |
| 
 | |
| .clone-panel-tab .item.active {
 | |
|   color: var(--color-text-dark);
 | |
|   border-bottom: 3px solid currentcolor;
 | |
| }
 | |
| 
 | |
| .clone-panel-tab + .divider {
 | |
|   margin: -1px 0 0;
 | |
| }
 | |
| 
 | |
| .clone-panel-list .item {
 | |
|   margin: 5px 0;
 | |
| }
 |