diff options
author | CruiseDevice | 2019-01-09 15:26:18 +0530 |
---|---|---|
committer | CruiseDevice | 2019-01-28 12:32:15 +0530 |
commit | f72f1b2cc06821cd08e279a346d3d05b92896986 (patch) | |
tree | d3b03b75d4785745bfd8487cb924188af63077d8 /yaksh/static | |
parent | 4abe98d8b6401ec4d5a69e5343ab1d7092e994c7 (diff) | |
download | online_test-f72f1b2cc06821cd08e279a346d3d05b92896986.tar.gz online_test-f72f1b2cc06821cd08e279a346d3d05b92896986.tar.bz2 online_test-f72f1b2cc06821cd08e279a346d3d05b92896986.zip |
Change text color of button and nav-tab to nav-pills
- Change text color of next and previous button to white.
- Change nav-tab to nav-pills in design_questionpaper.html .
Diffstat (limited to 'yaksh/static')
-rw-r--r-- | yaksh/static/yaksh/css/question_paper_creation.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/yaksh/static/yaksh/css/question_paper_creation.css b/yaksh/static/yaksh/css/question_paper_creation.css index 5f9f388..6cf0887 100644 --- a/yaksh/static/yaksh/css/question_paper_creation.css +++ b/yaksh/static/yaksh/css/question_paper_creation.css @@ -87,6 +87,9 @@ body { #random-added hr { margin: 5px 0 4px; } + #fixed-next, #random-prev, #random-next, #finish-prev{ + color: white; +} .qcard { position: relative; background: #ffffff; |