summaryrefslogtreecommitdiff
path: root/yaksh/static
diff options
context:
space:
mode:
authorCruiseDevice2019-01-09 15:26:18 +0530
committerCruiseDevice2019-01-28 12:32:15 +0530
commitf72f1b2cc06821cd08e279a346d3d05b92896986 (patch)
treed3b03b75d4785745bfd8487cb924188af63077d8 /yaksh/static
parent4abe98d8b6401ec4d5a69e5343ab1d7092e994c7 (diff)
downloadonline_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.css3
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;