mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-04 21:44:57 +02:00
[ticket/14865] Move colors from content to colours
PHPBB3-14865
This commit is contained in:
parent
abcc7efff1
commit
cc258f09eb
@ -626,6 +626,28 @@ dd.profile-warnings {
|
||||
color: #bc2a4d;
|
||||
}
|
||||
|
||||
/* Show scrollbars for items with overflow on iOS devices
|
||||
---------------------------------------- */
|
||||
.postbody .content::-webkit-scrollbar,
|
||||
.topicreview::-webkit-scrollbar,
|
||||
.post_details::-webkit-scrollbar,
|
||||
.codebox code::-webkit-scrollbar,
|
||||
.attachbox dd::-webkit-scrollbar,
|
||||
.attach-image::-webkit-scrollbar,
|
||||
.dropdown-extended ul::-webkit-scrollbar {
|
||||
background: rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
.postbody .content::-webkit-scrollbar-thumb,
|
||||
.topicreview::-webkit-scrollbar-thumb,
|
||||
.post_details::-webkit-scrollbar-thumb,
|
||||
.codebox code::-webkit-scrollbar-thumb,
|
||||
.attachbox dd::-webkit-scrollbar-thumb,
|
||||
.attach-image::-webkit-scrollbar-thumb,
|
||||
.dropdown-extended ul::-webkit-scrollbar-thumb {
|
||||
background: rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
/* colours and backgrounds for buttons.css
|
||||
------------------------------------------------------------- */
|
||||
.button {
|
||||
|
@ -863,7 +863,6 @@ table.fixed-width-table {
|
||||
.attachbox dd::-webkit-scrollbar,
|
||||
.attach-image::-webkit-scrollbar,
|
||||
.dropdown-extended ul::-webkit-scrollbar {
|
||||
background: rgba(0, 0, 0, 0.1);
|
||||
border-radius: 3px;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
@ -877,7 +876,6 @@ table.fixed-width-table {
|
||||
.attachbox dd::-webkit-scrollbar-thumb,
|
||||
.attach-image::-webkit-scrollbar-thumb,
|
||||
.dropdown-extended ul::-webkit-scrollbar-thumb {
|
||||
background: rgba(0, 0, 0, 0.3);
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user