66 lines
No EOL
1.2 KiB
CSS
66 lines
No EOL
1.2 KiB
CSS
body {
|
|
background: #ffffff;
|
|
color: #1a4d2e;
|
|
font-family: Arial, sans-serif;
|
|
}
|
|
|
|
button {
|
|
background: #1a4d2e;
|
|
color: #ffffff;
|
|
border: none;
|
|
padding: 8px 16px;
|
|
border-radius: 4px;
|
|
cursor: pointer;
|
|
margin-right: 8px;
|
|
}
|
|
button.gold {
|
|
background: #e6b800;
|
|
color: #1a4d2e;
|
|
}
|
|
.gpt-autodraft-ui {
|
|
background: #ffffff;
|
|
border: 2px solid #1a4d2e;
|
|
padding: 8px;
|
|
border-radius: 8px;
|
|
position: fixed;
|
|
bottom: 24px;
|
|
right: 24px;
|
|
z-index: 99999;
|
|
box-shadow: 0 2px 12px rgba(0,0,0,0.15);
|
|
min-width: 320px;
|
|
max-width: 400px;
|
|
}
|
|
.gpt-autodraft-ui label {
|
|
color: #1a4d2e;
|
|
font-weight: bold;
|
|
}
|
|
.gpt-autodraft-ui textarea {
|
|
width: 100%;
|
|
padding: 8px;
|
|
margin-top: 4px;
|
|
border: 1px solid #e6b800;
|
|
border-radius: 4px;
|
|
}
|
|
.gpt-autodraft-ui button {
|
|
margin-top: 4px;
|
|
}
|
|
.gpt-autodraft-ui .toggle-btn {
|
|
position: absolute;
|
|
top: 8px;
|
|
right: 8px;
|
|
background: #e6b800;
|
|
color: #1a4d2e;
|
|
border: none;
|
|
border-radius: 50%;
|
|
width: 28px;
|
|
height: 28px;
|
|
cursor: pointer;
|
|
font-weight: bold;
|
|
font-size: 18px;
|
|
}
|
|
.feedback-item {
|
|
/* Removed: no longer used */
|
|
}
|
|
.delete-btn {
|
|
/* Removed: no longer used */
|
|
} |