Overhaul of theme
This commit is contained in:
19
web/modules/custom/auto_alt/css/styles.css
Normal file
19
web/modules/custom/auto_alt/css/styles.css
Normal file
@@ -0,0 +1,19 @@
|
||||
.form-managed-file__meta-items {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#autoalt {
|
||||
position: absolute;
|
||||
top: 46px;
|
||||
right: 3px;
|
||||
padding: 8px;
|
||||
background: 'whitesmoke';
|
||||
transform: translateY(-50%);
|
||||
border-radius: 0 5px 5px 0;
|
||||
cursor: pointer;
|
||||
transition: background .2s ease;
|
||||
}
|
||||
|
||||
#autoalt:hover {
|
||||
background: lightgray;
|
||||
}
|
||||
Reference in New Issue
Block a user