This repository has been archived by the owner on Jul 3, 2023. It is now read-only.
forked from fract4d/gnofract4d
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request fract4d#22 from cjmayo/stylecss
style using CSS
- Loading branch information
Showing
5 changed files
with
46 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
#dialog_label_box { | ||
margin: 2px; | ||
} | ||
|
||
#dialog_label_box > label { | ||
font-weight: bold; | ||
} | ||
|
||
#main_window progressbar { | ||
background-color: grey; | ||
} | ||
|
||
#main_window progressbar text { | ||
color: white; | ||
margin-top: 0.3em; | ||
} | ||
|
||
#main_window progressbar progress { | ||
min-height: 3.5em; | ||
} | ||
|
||
#settings_notebook tab { | ||
padding: 2px; | ||
} | ||
|
||
#settings_notebook textview { | ||
padding: 4px; | ||
font-family: monospace; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters