Skip to content
This repository was archived by the owner on Jun 18, 2021. It is now read-only.

Commit 79713d3

Browse files
committed
commit 12/01/17
1 parent 00cb0b1 commit 79713d3

File tree

12 files changed

+760
-302
lines changed

12 files changed

+760
-302
lines changed

project_resources/MDB-Free/css/style.css

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,34 @@ header,
119119
}
120120

121121
.login_form{
122-
background-color: #ffffff;
122+
background-color: #FFFFFF;
123123
border-radius: 25px;
124124
border-width: 2px;
125125
border-style: solid;
126126
padding: 20px;
127127
}
128128

129+
#run_btn{
130+
transition-property: background !important;
131+
transition-duration: 0.25s !important;
132+
transition-timing-function: ease-in-out !important;
133+
}
134+
#run_btn:hover{
135+
background: #3A0E85 !important;
136+
}
137+
#clear1_btn{
138+
transition-property: background !important;
139+
transition-duration: 0.25s !important;
140+
transition-timing-function: ease-in-out !important;
141+
}
142+
#clear1_btn:hover{
143+
background: #3A0E85 !important;
144+
}
145+
#clear2_btn{
146+
transition-property: background !important;
147+
transition-duration: 0.25s !important;
148+
transition-timing-function: ease-in-out !important;
149+
}
150+
#clear2_btn:hover{
151+
background: #3A0E85 !important;
152+
}

project_resources/matchesonscrollbar.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.CodeMirror-search-match {
2-
background: #D8BFD8;
3-
border-top: 1px solid orange;
4-
border-bottom: 1px solid orange;
2+
background: #FF00FF;
3+
border-top: 1px solid #FF00FF;
4+
border-bottom: 1px solid #FF00FF;
55
-moz-box-sizing: border-box;
66
box-sizing: border-box;
77
opacity: .5;

0 commit comments

Comments
 (0)