Files
squeekboard/data/style.css
Dorota Czaplejewicz 60f1ca1408 style: Avoid conflict with GTK widget names
GTK style provider loads the theme on top of the selected CSS file. To ignore the theme, element names must be different than the predefined ones.
2019-09-28 12:11:32 +00:00

75 lines
1.1 KiB
CSS

sq_view {
background-color: rgba(0, 0, 0, 255);
color: #ffffff;
font-family: cantarell, sans-serif;
}
sq_button {
color: #deddda;
background: #464448;
border-style: solid;
border-width: 1px;
border-color: #5e5c64;
border-radius: 3px;
}
sq_button:active {
background: #545256;
border-color: #716e78;
}
#Return {
background: #1c71d8;
border-color: #1a5fb4
}
#Return:active {
background: #1c71d8;
border-color: #3584e4;
}
#Shift_L {
background: #2b292f;
border-color: #3e3a44
}
#Shift_L:active {
background: #1c71d8;
border-color: #3584e4;
}
#show_numbers {
background: #2b292f;
border-color: #3e3a44
}
#show_letters {
background: #2b292f;
border-color: #3e3a44
}
#show_symbols {
background: #2b292f;
border-color: #3e3a44
}
#show_numbers_from_symbols {
background: #2b292f;
border-color: #3e3a44
}
#preferences {
background: #2b292f;
border-color: #3e3a44
}
#period {
background: #2b292f;
border-color: #3e3a44
}
#BackSpace {
background: #2b292f;
border-color: #3e3a44
}