Skip to content

Commit

Permalink
Disallowing select for hashiya stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
lateef-shaikh committed Jul 1, 2020
1 parent 025e233 commit 69ae781
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mashaf-paki.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ p {
left: 12vw;
display: inline-grid;
width: 6vw;
user-select: none;
}

.ruku {
Expand All @@ -79,6 +80,7 @@ p {
display: inline;
left: 0vw;
background-color: lightgray;
user-select: none;
}

.ruku:after {
Expand All @@ -99,6 +101,7 @@ p {
width: 5.5vw;
color: darkolivegreen;
background-color: gold;
user-select: none;
}

.manzil {
Expand All @@ -108,6 +111,7 @@ p {
display: grid;
width: 6vw;
color: darkmagenta;
user-select: none;
}


Expand Down

0 comments on commit 69ae781

Please sign in to comment.