integrated module confirmation
This commit is contained in:
		| @@ -87,6 +87,49 @@ body { | ||||
| 	color: darkcyan; | ||||
| } | ||||
|  | ||||
| .badgetodo { | ||||
| 	border-radius: 8px; | ||||
| 	border: 1px solid black; | ||||
| 	color: white; | ||||
| 	font-weight: bolder; | ||||
| 	background-image: linear-gradient(to right bottom, rgb(153, 193, 241), rgb(26, 95, 180)); | ||||
| 	padding: 2px 4px 2px 4px; | ||||
| 	margin: 0px 2px 0px 2px; | ||||
| } | ||||
|  | ||||
| .badgewarn { | ||||
| 	border-radius: 8px; | ||||
| 	border: 1px solid black; | ||||
| 	color: white; | ||||
| 	font-weight: bolder; | ||||
| 	background-image: linear-gradient(to right bottom, #fa0, #a70); | ||||
| 	padding: 2px 4px 2px 4px; | ||||
| 	margin: 0px 2px 0px 2px; | ||||
| } | ||||
|  | ||||
| .badgeinfo { | ||||
| 	border-radius: 8px; | ||||
| 	border: 1px solid black; | ||||
| 	color: white; | ||||
| 	font-weight: bolder; | ||||
| 	background-image: linear-gradient(to right bottom, rgb(143, 240, 164), rgb(38, 162, 105)); | ||||
| 	padding: 2px 4px 2px 4px; | ||||
| 	margin: 0px 2px 0px 2px; | ||||
| } | ||||
|  | ||||
| .dist8 { | ||||
| 	margin: 8px; | ||||
| } | ||||
|  | ||||
| .error { | ||||
| 	color: red; | ||||
| } | ||||
|  | ||||
| .locked { | ||||
| 	background-color: rgba(255, 255, 255, 0.2) !important; | ||||
| 	cursor: not-allowed; | ||||
| } | ||||
|  | ||||
| .mytoggle_collapsed { | ||||
| 	display: none; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user