diff options
author | prashant | 2014-09-25 15:14:21 +0530 |
---|---|---|
committer | prashant | 2014-09-25 15:14:21 +0530 |
commit | 1fc8484b3ad7858ee19b3658ac3f3d099e1e54c9 (patch) | |
tree | c7ea5221d53e335d44c3ad6c23d148f4203a29b8 /css | |
parent | 107d64f7166cca11233a690ee127838bade6108d (diff) | |
download | textbook_companion_fixer-1fc8484b3ad7858ee19b3658ac3f3d099e1e54c9.tar.gz textbook_companion_fixer-1fc8484b3ad7858ee19b3658ac3f3d099e1e54c9.tar.bz2 textbook_companion_fixer-1fc8484b3ad7858ee19b3658ac3f3d099e1e54c9.zip |
added aicte book disable eanble functionaty
Diffstat (limited to 'css')
-rwxr-xr-x[-rw-r--r--] | css/scilab_fixer.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/css/scilab_fixer.css b/css/scilab_fixer.css index 4047749..5634290 100644..100755 --- a/css/scilab_fixer.css +++ b/css/scilab_fixer.css @@ -39,3 +39,9 @@ textarea#edit-code { .orange { background: #FF9933 !important; } +.sync-msg { + font-size: .8em; +} +.messages.success { + background: lightgreen; +} |