mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	CSS tweaks to warning/error segments and misc fixes (#13024)
* CSS tweaks to warning/error segments and misc fixes - Adjust styling for warning/error in arc-green - Change danger boxes from orange to red - Fix code highlight text color in arc-green - Fix warning message in arc-green - Fix border in org member list in arc-green - Fix disabled checkbox text in arc-green * use same selector in gitea theme * fix blame highlight Co-authored-by: zeripath <art27@cantab.net>
This commit is contained in:
		@@ -476,6 +476,17 @@ code,
 | 
			
		||||
    vertical-align: middle;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .error {
 | 
			
		||||
    &.header {
 | 
			
		||||
      background-color: #ffe8e6 !important;
 | 
			
		||||
      border-color: #db2828;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    &.segment {
 | 
			
		||||
      border-color: #db2828;
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .warning {
 | 
			
		||||
    &.header {
 | 
			
		||||
      background-color: #f9edbe !important;
 | 
			
		||||
@@ -1044,6 +1055,11 @@ i.icon.centerlock {
 | 
			
		||||
  white-space: pre;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.lines-code.active,
 | 
			
		||||
.lines-code .active {
 | 
			
		||||
  background: #fffbdd !important;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.blame .lines-num {
 | 
			
		||||
  padding: 0 !important;
 | 
			
		||||
  background-color: #f5f5f5;
 | 
			
		||||
@@ -1122,11 +1138,6 @@ i.icon.centerlock {
 | 
			
		||||
  table {
 | 
			
		||||
    width: 100%;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .active {
 | 
			
		||||
    background: #fffbdd !important;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.octicon-tiny {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user