Initial commit - GridSnap Cinnamon Extension
This commit is contained in:
22
stylesheet.css
Normal file
22
stylesheet.css
Normal file
@@ -0,0 +1,22 @@
|
||||
.gridsnap-overlay {
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
.gridsnap-zone {
|
||||
border: 2px solid rgba(100, 149, 237, 0.8);
|
||||
background-color: rgba(100, 149, 237, 0.2);
|
||||
border-radius: 4px;
|
||||
transition: all 0.2s ease;
|
||||
}
|
||||
|
||||
.gridsnap-zone:hover {
|
||||
background-color: rgba(100, 149, 237, 0.4);
|
||||
border-color: rgba(100, 149, 237, 1.0);
|
||||
}
|
||||
|
||||
.gridsnap-zone-label {
|
||||
color: white;
|
||||
font-size: 24px;
|
||||
font-weight: bold;
|
||||
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
|
||||
}
|
||||
Reference in New Issue
Block a user