(From issue #1027) The Adjuster's spin button is now frameless to solve (as a workaround) alignment inconsistency.
This commit is contained in:
@@ -153,6 +153,13 @@ style "clearlooks-spinbutton" {
|
||||
}
|
||||
}
|
||||
|
||||
style "clearlooks-framelessspinbutton" {
|
||||
|
||||
# IMPORTANT!
|
||||
# base[NORMAL] must have the same color than notebook bg[NORMAL]
|
||||
base[NORMAL] = shade (1.02, @rt_bg_color)
|
||||
}
|
||||
|
||||
style "clearlooks-scale" {
|
||||
xthickness = 2
|
||||
ythickness = 2
|
||||
@@ -209,6 +216,8 @@ style "clearlooks-vscrollbar" {
|
||||
|
||||
style "clearlooks-notebook_bg" {
|
||||
|
||||
# IMPORTANT!
|
||||
# If you modify bg[NORMAL] here under, you must set clearlooks-framelessspinbutton -> base[NORMAL] to the very same value
|
||||
bg[NORMAL] = shade (1.02, @rt_bg_color)
|
||||
bg[ACTIVE] = @rt_base_color
|
||||
}
|
||||
@@ -454,6 +463,7 @@ widget_class "*.<GtkCList>.<GtkButton>" style "clearlooks-treeview_header"
|
||||
widget "*.partialPasteHeader.*" style "clearlooks-frame_title"
|
||||
widget "*.partialPasteHeaderSep" style "clearlooks-partialPasteHeaderSep"
|
||||
widget "*.histButton" style "clearlooks-histButton"
|
||||
widget "*.FramelessSpinButton" style "clearlooks-framelessspinbutton"
|
||||
|
||||
# The window of the tooltip is called "gtk-tooltip"
|
||||
##################################################################
|
||||
|
@@ -153,6 +153,13 @@ style "clearlooks-spinbutton" {
|
||||
}
|
||||
}
|
||||
|
||||
style "clearlooks-framelessspinbutton" {
|
||||
|
||||
# IMPORTANT!
|
||||
# base[NORMAL] must have the same color than notebook bg[NORMAL]
|
||||
base[NORMAL] = shade (1.02, @rt_bg_color)
|
||||
}
|
||||
|
||||
style "clearlooks-scale" {
|
||||
xthickness = 2
|
||||
ythickness = 2
|
||||
@@ -209,6 +216,8 @@ style "clearlooks-vscrollbar" {
|
||||
|
||||
style "clearlooks-notebook_bg" {
|
||||
|
||||
# IMPORTANT!
|
||||
# If you modify bg[NORMAL] here under, you must set clearlooks-framelessspinbutton -> base[NORMAL] to the very same value
|
||||
bg[NORMAL] = shade (1.02, @rt_bg_color)
|
||||
bg[ACTIVE] = shade (0.80, @rt_bg_color)
|
||||
}
|
||||
@@ -454,6 +463,7 @@ widget_class "*.<GtkCList>.<GtkButton>" style "clearlooks-treeview_header"
|
||||
widget "*.partialPasteHeader.*" style "clearlooks-frame_title"
|
||||
widget "*.partialPasteHeaderSep" style "clearlooks-partialPasteHeaderSep"
|
||||
widget "*.histButton" style "clearlooks-histButton"
|
||||
widget "*.FramelessSpinButton" style "clearlooks-framelessspinbutton"
|
||||
|
||||
# The window of the tooltip is called "gtk-tooltip"
|
||||
##################################################################
|
||||
|
@@ -153,6 +153,13 @@ style "clearlooks-spinbutton" {
|
||||
}
|
||||
}
|
||||
|
||||
style "clearlooks-framelessspinbutton" {
|
||||
|
||||
# IMPORTANT!
|
||||
# base[NORMAL] must have the same color than notebook bg[NORMAL]
|
||||
base[NORMAL] = shade (1.02, @rt_bg_color)
|
||||
}
|
||||
|
||||
style "clearlooks-scale" {
|
||||
xthickness = 2
|
||||
ythickness = 2
|
||||
@@ -209,6 +216,8 @@ style "clearlooks-vscrollbar" {
|
||||
|
||||
style "clearlooks-notebook_bg" {
|
||||
|
||||
# IMPORTANT!
|
||||
# If you modify bg[NORMAL] here under, you must set clearlooks-framelessspinbutton -> base[NORMAL] to the very same value
|
||||
bg[NORMAL] = shade (1.02, @rt_bg_color)
|
||||
bg[ACTIVE] = @rt_base_color
|
||||
}
|
||||
@@ -465,6 +474,7 @@ widget_class "*.<GtkCList>.<GtkButton>" style "clearlooks-treeview_header"
|
||||
widget "*.partialPasteHeader.*" style "clearlooks-frame_title"
|
||||
widget "*.partialPasteHeaderSep" style "clearlooks-partialPasteHeaderSep"
|
||||
widget "*.histButton" style "clearlooks-histButton"
|
||||
widget "*.FramelessSpinButton" style "clearlooks-framelessspinbutton"
|
||||
|
||||
# The window of the tooltip is called "gtk-tooltip"
|
||||
##################################################################
|
||||
|
@@ -153,6 +153,13 @@ style "clearlooks-spinbutton" {
|
||||
}
|
||||
}
|
||||
|
||||
style "clearlooks-framelessspinbutton" {
|
||||
|
||||
# IMPORTANT!
|
||||
# base[NORMAL] must have the same color than notebook bg[NORMAL]
|
||||
base[NORMAL] = shade (1.02, @rt_bg_color)
|
||||
}
|
||||
|
||||
style "clearlooks-scale" {
|
||||
xthickness = 2
|
||||
ythickness = 2
|
||||
@@ -209,6 +216,8 @@ style "clearlooks-vscrollbar" {
|
||||
|
||||
style "clearlooks-notebook_bg" {
|
||||
|
||||
# IMPORTANT!
|
||||
# If you modify bg[NORMAL] here under, you must set clearlooks-framelessspinbutton -> base[NORMAL] to the very same value
|
||||
bg[NORMAL] = shade (1.02, @rt_bg_color)
|
||||
bg[ACTIVE] = shade (0.80, @rt_bg_color)
|
||||
}
|
||||
@@ -454,6 +463,7 @@ widget_class "*.<GtkCList>.<GtkButton>" style "clearlooks-treeview_header"
|
||||
widget "*.partialPasteHeader.*" style "clearlooks-frame_title"
|
||||
widget "*.partialPasteHeaderSep" style "clearlooks-partialPasteHeaderSep"
|
||||
widget "*.histButton" style "clearlooks-histButton"
|
||||
widget "*.FramelessSpinButton" style "clearlooks-framelessspinbutton"
|
||||
|
||||
# The window of the tooltip is called "gtk-tooltip"
|
||||
##################################################################
|
||||
|
@@ -153,6 +153,13 @@ style "clearlooks-spinbutton" {
|
||||
}
|
||||
}
|
||||
|
||||
style "clearlooks-framelessspinbutton" {
|
||||
|
||||
# IMPORTANT!
|
||||
# base[NORMAL] must have the same color than notebook bg[NORMAL]
|
||||
base[NORMAL] = shade (1.02, @rt_bg_color)
|
||||
}
|
||||
|
||||
style "clearlooks-scale" {
|
||||
xthickness = 2
|
||||
ythickness = 2
|
||||
@@ -209,6 +216,8 @@ style "clearlooks-vscrollbar" {
|
||||
|
||||
style "clearlooks-notebook_bg" {
|
||||
|
||||
# IMPORTANT!
|
||||
# If you modify bg[NORMAL] here under, you must set clearlooks-framelessspinbutton -> base[NORMAL] to the very same value
|
||||
bg[NORMAL] = shade (1.02, @rt_bg_color)
|
||||
bg[ACTIVE] = shade (0.80, @rt_bg_color)
|
||||
}
|
||||
@@ -454,6 +463,7 @@ widget_class "*.<GtkCList>.<GtkButton>" style "clearlooks-treeview_header"
|
||||
widget "*.partialPasteHeader.*" style "clearlooks-frame_title"
|
||||
widget "*.partialPasteHeaderSep" style "clearlooks-partialPasteHeaderSep"
|
||||
widget "*.histButton" style "clearlooks-histButton"
|
||||
widget "*.FramelessSpinButton" style "clearlooks-framelessspinbutton"
|
||||
|
||||
# The window of the tooltip is called "gtk-tooltip"
|
||||
##################################################################
|
||||
|
@@ -153,6 +153,13 @@ style "clearlooks-spinbutton" {
|
||||
}
|
||||
}
|
||||
|
||||
style "clearlooks-framelessspinbutton" {
|
||||
|
||||
# IMPORTANT!
|
||||
# base[NORMAL] must have the same color than notebook bg[NORMAL]
|
||||
base[NORMAL] = shade (1.02, @rt_bg_color)
|
||||
}
|
||||
|
||||
style "clearlooks-scale" {
|
||||
xthickness = 2
|
||||
ythickness = 2
|
||||
@@ -209,6 +216,8 @@ style "clearlooks-vscrollbar" {
|
||||
|
||||
style "clearlooks-notebook_bg" {
|
||||
|
||||
# IMPORTANT!
|
||||
# If you modify bg[NORMAL] here under, you must set clearlooks-framelessspinbutton -> base[NORMAL] to the very same value
|
||||
bg[NORMAL] = shade (1.02, @rt_bg_color)
|
||||
bg[ACTIVE] = shade (0.80, @rt_bg_color)
|
||||
}
|
||||
@@ -454,6 +463,7 @@ widget_class "*.<GtkCList>.<GtkButton>" style "clearlooks-treeview_header"
|
||||
widget "*.partialPasteHeader.*" style "clearlooks-frame_title"
|
||||
widget "*.partialPasteHeaderSep" style "clearlooks-partialPasteHeaderSep"
|
||||
widget "*.histButton" style "clearlooks-histButton"
|
||||
widget "*.FramelessSpinButton" style "clearlooks-framelessspinbutton"
|
||||
|
||||
# The window of the tooltip is called "gtk-tooltip"
|
||||
##################################################################
|
||||
|
@@ -155,6 +155,13 @@ style "clearlooks-spinbutton" {
|
||||
}
|
||||
}
|
||||
|
||||
style "clearlooks-framelessspinbutton" {
|
||||
|
||||
# IMPORTANT!
|
||||
# base[NORMAL] must have the same color than notebook bg[NORMAL]
|
||||
base[NORMAL] = @rt_bg_color
|
||||
}
|
||||
|
||||
style "clearlooks-scale" {
|
||||
xthickness = 2
|
||||
ythickness = 2
|
||||
@@ -558,6 +565,8 @@ style "clearlooks-range" {
|
||||
|
||||
style "clearlooks-notebook_bg" {
|
||||
|
||||
# IMPORTANT!
|
||||
# If you modify bg[NORMAL] here under, you must set clearlooks-framelessspinbutton -> base[NORMAL] to the very same value
|
||||
bg[NORMAL] = @rt_bg_color
|
||||
bg[ACTIVE] = shade (0.85, @rt_bg_color)
|
||||
}
|
||||
@@ -805,6 +814,7 @@ widget_class "*.<GtkCList>.<GtkButton>" style "clearlooks-treeview_header"
|
||||
widget "*.partialPasteHeader.*" style "clearlooks-frame_title"
|
||||
widget "*.partialPasteHeaderSep" style "clearlooks-partialPasteHeaderSep"
|
||||
widget "*.histButton" style "clearlooks-histButton"
|
||||
widget "*.FramelessSpinButton" style "clearlooks-framelessspinbutton"
|
||||
|
||||
# The window of the tooltip is called "gtk-tooltip"
|
||||
##################################################################
|
||||
|
@@ -153,6 +153,13 @@ style "clearlooks-spinbutton" {
|
||||
}
|
||||
}
|
||||
|
||||
style "clearlooks-framelessspinbutton" {
|
||||
|
||||
# IMPORTANT!
|
||||
# base[NORMAL] must have the same color than notebook bg[NORMAL]
|
||||
base[NORMAL] = @rt_bg_color
|
||||
}
|
||||
|
||||
style "clearlooks-scale" {
|
||||
xthickness = 2
|
||||
ythickness = 2
|
||||
@@ -209,6 +216,8 @@ style "clearlooks-vscrollbar" {
|
||||
|
||||
style "clearlooks-notebook_bg" {
|
||||
|
||||
# IMPORTANT!
|
||||
# If you modify bg[NORMAL] here under, you must set clearlooks-framelessspinbutton -> base[NORMAL] to the very same value
|
||||
bg[NORMAL] = @rt_bg_color
|
||||
bg[ACTIVE] = shade (0.85, @rt_bg_color)
|
||||
}
|
||||
@@ -455,6 +464,7 @@ widget_class "*.<GtkCList>.<GtkButton>" style "clearlooks-treeview_header"
|
||||
widget "*.partialPasteHeader.*" style "clearlooks-frame_title"
|
||||
widget "*.partialPasteHeaderSep" style "clearlooks-partialPasteHeaderSep"
|
||||
widget "*.histButton" style "clearlooks-histButton"
|
||||
widget "*.FramelessSpinButton" style "clearlooks-framelessspinbutton"
|
||||
|
||||
# The window of the tooltip is called "gtk-tooltip"
|
||||
##################################################################
|
||||
|
@@ -153,6 +153,13 @@ style "clearlooks-spinbutton" {
|
||||
}
|
||||
}
|
||||
|
||||
style "clearlooks-framelessspinbutton" {
|
||||
|
||||
# IMPORTANT!
|
||||
# base[NORMAL] must have the same color than notebook bg[NORMAL]
|
||||
base[NORMAL] = shade (1.05, @rt_bg_color)
|
||||
}
|
||||
|
||||
style "clearlooks-scale" {
|
||||
xthickness = 2
|
||||
ythickness = 2
|
||||
@@ -209,6 +216,8 @@ style "clearlooks-vscrollbar" {
|
||||
|
||||
style "clearlooks-notebook_bg" {
|
||||
|
||||
# IMPORTANT!
|
||||
# If you modify bg[NORMAL] here under, you must set clearlooks-framelessspinbutton -> base[NORMAL] to the very same value
|
||||
bg[NORMAL] = shade (1.05, @rt_bg_color)
|
||||
bg[ACTIVE] = shade (0.92, @rt_bg_color)
|
||||
}
|
||||
@@ -455,6 +464,7 @@ widget_class "*.<GtkCList>.<GtkButton>" style "clearlooks-treeview_header"
|
||||
widget "*.partialPasteHeader.*" style "clearlooks-frame_title"
|
||||
widget "*.partialPasteHeaderSep" style "clearlooks-partialPasteHeaderSep"
|
||||
widget "*.histButton" style "clearlooks-histButton"
|
||||
widget "*.FramelessSpinButton" style "clearlooks-framelessspinbutton"
|
||||
|
||||
# The window of the tooltip is called "gtk-tooltip"
|
||||
##################################################################
|
||||
|
@@ -153,6 +153,13 @@ style "clearlooks-spinbutton" {
|
||||
}
|
||||
}
|
||||
|
||||
style "clearlooks-framelessspinbutton" {
|
||||
|
||||
# IMPORTANT!
|
||||
# base[NORMAL] must have the same color than notebook bg[NORMAL]
|
||||
base[NORMAL] = shade (1.02, @rt_bg_color)
|
||||
}
|
||||
|
||||
style "clearlooks-scale" {
|
||||
xthickness = 2
|
||||
ythickness = 2
|
||||
@@ -209,6 +216,8 @@ style "clearlooks-vscrollbar" {
|
||||
|
||||
style "clearlooks-notebook_bg" {
|
||||
|
||||
# IMPORTANT!
|
||||
# If you modify bg[NORMAL] here under, you must set clearlooks-framelessspinbutton -> base[NORMAL] to the very same value
|
||||
bg[NORMAL] = shade (1.02, @rt_bg_color)
|
||||
}
|
||||
|
||||
@@ -442,6 +451,7 @@ widget_class "*.<GtkCList>.<GtkButton>" style "clearlooks-treeview_header"
|
||||
widget "*.partialPasteHeader.*" style "clearlooks-frame_title"
|
||||
widget "*.partialPasteHeaderSep" style "clearlooks-partialPasteHeaderSep"
|
||||
widget "*.histButton" style "clearlooks-histButton"
|
||||
widget "*.FramelessSpinButton" style "clearlooks-framelessspinbutton"
|
||||
|
||||
# The window of the tooltip is called "gtk-tooltip"
|
||||
##################################################################
|
||||
|
@@ -142,6 +142,13 @@ style "clearlooks-spinbutton" {
|
||||
}
|
||||
}
|
||||
|
||||
style "clearlooks-framelessspinbutton" {
|
||||
|
||||
# IMPORTANT!
|
||||
# base[NORMAL] must have the same color than notebook bg[NORMAL]
|
||||
base[NORMAL] = shade (1.02, @rt_bg_color)
|
||||
}
|
||||
|
||||
style "clearlooks-scale" {
|
||||
xthickness = 2
|
||||
ythickness = 2
|
||||
@@ -190,6 +197,8 @@ style "clearlooks-vscrollbar" {
|
||||
|
||||
style "clearlooks-notebook_bg" {
|
||||
|
||||
# IMPORTANT!
|
||||
# If you modify bg[NORMAL] here under, you must set clearlooks-framelessspinbutton -> base[NORMAL] to the very same value
|
||||
bg[NORMAL] = shade (1.02, @rt_bg_color)
|
||||
}
|
||||
|
||||
@@ -395,6 +404,7 @@ widget_class "*.<GtkCList>.<GtkButton>" style "clearlooks-treeview_header"
|
||||
widget "*.partialPasteHeader.*" style "clearlooks-frame_title"
|
||||
widget "*.partialPasteHeaderSep" style "clearlooks-partialPasteHeaderSep"
|
||||
widget "*.histButton" style "clearlooks-histButton"
|
||||
widget "*.FramelessSpinButton" style "clearlooks-framelessspinbutton"
|
||||
|
||||
# The window of the tooltip is called "gtk-tooltip"
|
||||
##################################################################
|
||||
|
Reference in New Issue
Block a user