diff options
author | Palaparthy Adityachandra | 2021-02-11 11:38:01 +0530 |
---|---|---|
committer | GitHub | 2021-02-11 11:38:01 +0530 |
commit | fc2da8b120415bc22825ea57d5a8b453b63ab838 (patch) | |
tree | 796cc1ecec9f841920e79903f48c16017defa17f /yaksh/static | |
parent | c179633d31dbdd1bb4cc9a6e157664bc5712756c (diff) | |
parent | ed50666eceb10b7c8cfa1352ffde2c1025f3aa9a (diff) | |
download | online_test-fc2da8b120415bc22825ea57d5a8b453b63ab838.tar.gz online_test-fc2da8b120415bc22825ea57d5a8b453b63ab838.tar.bz2 online_test-fc2da8b120415bc22825ea57d5a8b453b63ab838.zip |
Merge pull request #816 from adityacp/hot_fixes
UI and Bug Fixes
Diffstat (limited to 'yaksh/static')
-rw-r--r-- | yaksh/static/yaksh/css/custom.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/yaksh/static/yaksh/css/custom.css b/yaksh/static/yaksh/css/custom.css index 78eaba4..c722197 100644 --- a/yaksh/static/yaksh/css/custom.css +++ b/yaksh/static/yaksh/css/custom.css @@ -211,3 +211,5 @@ iframe { width: 100%; text-align: center; } + +.dropdown:hover .dropdown-menu {display: block;}
\ No newline at end of file |