Added stronger typing in settings; logging loading times; css changes to transparency
This commit is contained in:
		| @@ -43,6 +43,6 @@ | ||||
|  | ||||
|  | ||||
| /* Other message text colors */ | ||||
| .errorTxt   { color: rgb(170, 18, 18); } | ||||
| .warningTxt { color: rgb(255, 168, 0); } | ||||
| .successTxt { color: rgb(136, 204, 39); } | ||||
| .error-txt   { color: rgb(170, 18, 18); } | ||||
| .warning-txt { color: rgb(255, 168, 0); } | ||||
| .success=txt { color: rgb(136, 204, 39); } | ||||
| @@ -1,12 +1,14 @@ | ||||
| /* ----  Make most desired things base transparent  ---- */ | ||||
| /* ----  Make most desired things base transparent  ---- */ | ||||
| popover, | ||||
| popover > *, | ||||
| scrolledwindow > *, | ||||
| textview > *, | ||||
| .main-window > .base-container > .body-container, | ||||
| .main-window > .base-container > .body-container > .left-container, | ||||
| .main-window > .base-container > .body-container > .center-container, | ||||
| .main-window > .base-container > .body-container > .right-container { | ||||
| popover > box | ||||
| .main-window, | ||||
| .base-container, | ||||
| .body-container, | ||||
| .center-container, | ||||
| .header-container, | ||||
| .left-containerm, | ||||
| .right-container { | ||||
|     background: rgba(0, 0, 0, 0.0); | ||||
|     color: rgba(255, 255, 255, 1); | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user