mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Various style tweaks (#13418)
- Change code review '+' to SVG and increase size slightly - Set placeholder color in both themes - Set proper font for textareas - Fix black code in arc-green - Various arc-green fixes
This commit is contained in:
		@@ -1,19 +1,16 @@
 | 
			
		||||
.ui.button.add-code-comment {
 | 
			
		||||
  font-size: 14px;
 | 
			
		||||
  height: 16px;
 | 
			
		||||
  line-height: 12px !important;
 | 
			
		||||
  padding: 0;
 | 
			
		||||
  position: relative;
 | 
			
		||||
  width: 16px;
 | 
			
		||||
  padding: 2px;
 | 
			
		||||
  position: absolute;
 | 
			
		||||
  margin-left: -22px;
 | 
			
		||||
  z-index: 5;
 | 
			
		||||
  float: left;
 | 
			
		||||
  margin: 2px -10px 2px -20px;
 | 
			
		||||
  opacity: 0;
 | 
			
		||||
  transition: transform .1s ease-in-out;
 | 
			
		||||
  transform: scale(1, 1);
 | 
			
		||||
  transform: scale(1);
 | 
			
		||||
  box-shadow: none !important;
 | 
			
		||||
  border: none !important;
 | 
			
		||||
 | 
			
		||||
  &:hover {
 | 
			
		||||
    transform: scale(1.2, 1.2);
 | 
			
		||||
    transform: scale(1.1);
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@@ -71,10 +68,6 @@
 | 
			
		||||
    cursor: pointer;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .ui.form textarea {
 | 
			
		||||
    border: 0;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .ui.active.tab {
 | 
			
		||||
    padding: .5em;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user