Skip to content
Snippets Groups Projects
Commit a94ed557 authored by Zayd Radha's avatar Zayd Radha
Browse files

Made touchpad color scheme more consistent

parent 8df3f80f
Branches
No related tags found
No related merge requests found
......@@ -169,7 +169,7 @@ mark {
overflow: auto;
height: 40%;
width: 100%;
background-color: grey;
background-color: rgb(200, 250, 250);
position: relative;
}
......@@ -187,28 +187,27 @@ mark {
#leftClick{
width: 40%;
height: 35%;
background-color: blue;
background-color: rgb(150, 180, 200);
float: left;
}
#scrollWheel{
width: 20%;
height: 35%;
background-color: red;
background-color: rgb(100, 150, 150);
float: left;
}
#rightClick{
width: 40%;
height: 35%;
background-color: blue;
background-color: rgb(150, 180, 200);
float: left;
}
#mousepad{
width: 100%;
height: 60%;
background-color: grey;
float: left;
}
#textfield{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment